diff options
author | Martin Szulecki | 2013-02-10 22:52:55 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 22:52:55 +0100 |
commit | f70f1876b9287dc21302ebce4d5374291087fc2b (patch) | |
tree | a5fc3f49e7c526064036edc8485b8bb522a589ef | |
parent | 507f3f8939f23f5616f303782a455659eee28355 (diff) | |
download | libvformat-f70f1876b9287dc21302ebce4d5374291087fc2b.tar.gz libvformat-f70f1876b9287dc21302ebce4d5374291087fc2b.tar.bz2 |
Bump version correctly to 1.14
-rw-r--r-- | configure.ac | 4 |
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) |