Increase library and symbols version.

This commit is contained in:
Milan Broz
2016-01-27 10:33:14 +01:00
parent ba5e91e278
commit 2a50be152e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
AC_PREREQ([2.67])
AC_INIT([cryptsetup],[1.7.4-git])
AC_INIT([cryptsetup],[1.99.0-git])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
LIBCRYPTSETUP_VERSION_INFO=11:0:7
LIBCRYPTSETUP_VERSION_INFO=12:0:0
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR(src/cryptsetup.c)

View File

@@ -1,4 +1,4 @@
CRYPTSETUP_1.0 {
CRYPTSETUP_2.0 {
global:
crypt_init;
crypt_init_by_name;