diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d8cbe23..5ff577b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,17 @@ AC_PREREQ([2.63]) -AC_INIT([libbmm], [1.0.0], [], [libbmm]) +AC_INIT([libbmm], [1.1.0], [], [libbmm]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2]) AM_MAINTAINER_MODE([enable]) -ABI_VERSION=0u +ABI_VERSION=1 ABI_REVISION=1 +ABI_AGE=0 AC_SUBST(ABI_VERSION) AC_SUBST(ABI_REVISION) +AC_SUBST(ABI_AGE) # Enable quiet compiles on automake 1.11. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |