summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-10 22:52:55 +0100
committerGravatar Martin Szulecki2013-02-10 22:52:55 +0100
commitf70f1876b9287dc21302ebce4d5374291087fc2b (patch)
treea5fc3f49e7c526064036edc8485b8bb522a589ef
parent507f3f8939f23f5616f303782a455659eee28355 (diff)
downloadlibvformat-f70f1876b9287dc21302ebce4d5374291087fc2b.tar.gz
libvformat-f70f1876b9287dc21302ebce4d5374291087fc2b.tar.bz2
Bump version correctly to 1.14
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 62f8189..816ce35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(libvformat, 1.2.0, Nick <Tilda@indigo8.freeserve.co.uk>)
+AC_INIT(libvformat, 1.14, Nick <Tilda@indigo8.freeserve.co.uk>)
-AM_INIT_AUTOMAKE(libvformat, 1.2.0)
+AM_INIT_AUTOMAKE(libvformat, 1.14)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_CONFIG_HEADER(config.h)