diff options
author | Martin Szulecki | 2013-02-10 21:39:25 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 22:29:58 +0100 |
commit | cb14f0440cb990b5761addb8086053ab83a3fe10 (patch) | |
tree | 8ea3f094d654fde16550ef297d5bce10dd30dcc9 | |
parent | 1b096ae6bff0a28f952ac91f2882587ab3f19228 (diff) | |
download | libvformat-cb14f0440cb990b5761addb8086053ab83a3fe10.tar.gz libvformat-cb14f0440cb990b5761addb8086053ab83a3fe10.tar.bz2 |
Bump version to 1.2.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aa897ea..881c49d 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.13, Nick <Tilda@indigo8.freeserve.co.uk>) +AC_INIT(libvformat, 1.2.0, Nick <Tilda@indigo8.freeserve.co.uk>) -AM_INIT_AUTOMAKE(libvformat, 1.13) +AM_INIT_AUTOMAKE(libvformat, 1.2.0) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AM_CONFIG_HEADER(config.h) |