Set version to 0.4.6

This commit is contained in:
James Booth
2015-03-03 22:22:28 +00:00
parent 6be4b400b8
commit f80689dd35
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ AS_CASE([$host_os],
[cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"])
PACKAGE_STATUS="development"
PACKAGE_STATUS="release"
### Get git branch and revision if in development
if test "x$PACKAGE_STATUS" = xdevelopment; then