diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-29 20:54:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-29 20:54:45 +0200 |
commit | 660e42229063125aadda0e85d8305a87b49e6f51 (patch) | |
tree | 088c47101a7a205387efd7b14d4c6164c5e94827 /configure.ac | |
parent | 47fe1e1051bf2ca840a846a968ec07bcfd993252 (diff) | |
download | libtasn1-660e42229063125aadda0e85d8305a87b49e6f51.tar.gz |
bumped version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8130ef2..6fa552d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.61]) -AC_INIT([GNU Libtasn1],[4.4],[help-libtasn1@gnu.org]) +AC_INIT([GNU Libtasn1],[4.5],[help-libtasn1@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -29,7 +29,7 @@ AM_SILENT_RULES([yes]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 10) -AC_SUBST(LT_REVISION, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 4) AC_PROG_CC |