Set version to 0.4.4 release

This commit is contained in:
James Booth
2014-08-24 22:30:40 +01:00
parent 3cae02080d
commit 8bc46773b2

View File

@@ -18,7 +18,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