summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--lasso/Makefile.am1
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 376aa954..3bd70710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,8 @@ AC_DEFINE_UNQUOTED(LASSO_WINDOWS_VERSION, $windows_version, [Windows version of
# then set AGE to 0.
#
# syntax: CURRENT[:REVISION[:AGE]]
-LASSO_VERSION_INFO="$VERSION_MAJOR:$VERSION_MINOR:$VERSION_RELEASE"
+current=`expr $VERSION_MAJOR + $VERSION_MINOR`
+LASSO_VERSION_INFO="$current:$VERSION_RELEASE:$VERSION_MINOR"
AC_SUBST(LASSO_VERSION_INFO)
AC_MSG_RESULT([Setup version.])
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index aa2f2d82..29d019c8 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -31,7 +31,6 @@ lib_LTLIBRARIES = \
liblassoinclude_HEADERS = \
export.h \
lasso.h \
- version.h \
$(NULL)
liblasso_la_SOURCES = \