summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-05-31 16:59:41 +0200
committerSimon Josefsson <simon@josefsson.org>2012-05-31 16:59:56 +0200
commite18e3aab30d4582d7c34be2c5c86f0e14cfdacaf (patch)
treeec4c4b26e5f90b256cec657e52e9b5f9a57247e1
parentca4f4b07cfab14e3528d5bcea0c9d873569ef989 (diff)
downloadlibtasn1-e18e3aab30d4582d7c34be2c5c86f0e14cfdacaf.tar.gz
Bump versions.
-rw-r--r--configure.ac4
-rw-r--r--lib/libtasn1.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b0d541b..a7912d9 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],[2.12],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[2.13],[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, 4)
-AC_SUBST(LT_REVISION, 15)
+AC_SUBST(LT_REVISION, 16)
AC_SUBST(LT_AGE, 1)
AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index ceb220c..063b1d6 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "2.12"
+#define ASN1_VERSION "2.13"
typedef int asn1_retCode; /* type returned by libtasn1 functions */