Skip to content

Commit

Permalink
Bumped version number (0.2.5).
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McGreggor committed Mar 30, 2014
1 parent 78157f9 commit b31f215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ TEST_PROJ=my-new-service

get-version:
@echo "Version info:\n"
@echo "\t./bin/create-tool:\t" `./lfetool -v`
@echo "\t./bin/create-tool:\t" `grep 'version=' ./bin/create-tool | \
head -1|awk -F= '{print $$2}'`
@echo "\t./test/tests.sh:\t" `grep expectedversion test/tests.sh|head -1| \
awk -F= '{print $$2}'|sed -e 's/"//g'`
@echo "\tBuilt lfetool:\t\t" `./lfetool -v`
@echo "\tLatest tag:\t\t" `git tag|tail -1`
@echo

Expand Down
2 changes: 1 addition & 1 deletion bin/create-tool
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

version=0.2.4
version=0.2.5
tooltemplate="plugins/lfetool/templates/lfetool.tmpl"
compresstemplate="plugins/lfetool/templates/compressed.tmpl"
temp="lfetool-temp"
Expand Down
2 changes: 1 addition & 1 deletion test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# common vars
#############

expectedversion="0.2.4"
expectedversion="0.2.5"
scriptname="my-fibo"
libname="my-lib"
svcname="my-service"
Expand Down

0 comments on commit b31f215

Please sign in to comment.