summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-02 17:08:12 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-02 17:08:12 +0200
commit6ad5c1e80f1d5fb5a5e203631337a55e146847af (patch)
tree9166e534b50ba51f88ca0ad9a579db11294551d3 /configure.ac
parent905ea9e5233fae4bb1da8bc71128430dba162d22 (diff)
downloadsigc++-6ad5c1e80f1d5fb5a5e203631337a55e146847af.tar.gz
Bump version to 2.2.4.2 and update NEWSlibsigc++-2.2.4.2
* configure.ac (AC_INIT): Increment version number to 2.2.4.2. (MM_PREREQ): Require mm-common 0.7.2. * NEWS: Write news entry for libsigc++ 2.2.4.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f8af5ef..f9b6cd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.2.4.1],
+AC_INIT([libsigc++], [2.2.4.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.7])
+MM_PREREQ([0.7.2])
MM_INIT_MODULE([sigc++-2.0])
MM_CONFIG_DOCTOOL_DIR([docs])