summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 43bef979..376aa954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AC_DEFINE_UNQUOTED(LASSO_WINDOWS_VERSION, $windows_version, [Windows version of
# then set AGE to 0.
#
# syntax: CURRENT[:REVISION[:AGE]]
-LASSO_VERSION_INFO=0:0:0
+LASSO_VERSION_INFO="$VERSION_MAJOR:$VERSION_MINOR:$VERSION_RELEASE"
AC_SUBST(LASSO_VERSION_INFO)
AC_MSG_RESULT([Setup version.])