Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Jan 3, 2012
1 parent 142bf4a commit a72d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Expand Up @@ -7,7 +7,7 @@ fi
if [ -z "$MAJOR" -o -z "$RELEASE" -o -z "$REVISION" ] ; then
MAJOR="1"
RELEASE="$(date +%Y%m%d)"
REVISION="0"
REVISION="1"
fi

VERSION="$MAJOR.$RELEASE.$REVISION"
Expand Down

0 comments on commit a72d52a

Please sign in to comment.