diff options
author | Clement Lefebvre <[email protected]> | 2015-11-03 15:04:34 +0000 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-11-03 15:04:34 +0000 |
commit | fc70f95dba15e1da93de823df43ca267b019be09 (patch) | |
tree | 8ddac6846623b691a42bf9863c07a2faf084089d /configure.ac | |
parent | 7cb5b28c471e627b30f36df8c4a5de76f5488f7a (diff) | |
download | mozo-fc70f95dba15e1da93de823df43ca267b019be09.tar.bz2 mozo-fc70f95dba15e1da93de823df43ca267b019be09.tar.xz |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b851b09..0cf0d9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 1.11.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.12.0, http://www.mate-desktop.org) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) |