~danbnicholson/intltool/intltool

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Danilo Segan
  • Date: 2011-10-08 21:49:53 UTC
  • Revision ID: danilo@canonical.com-20111008214953-nbol9z91iv1qrq9g
Up the version to 0.50.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to create configure.
2
2
AC_PREREQ([2.53])
3
3
 
4
 
AC_INIT([intltool], [0.41.1])
 
4
AC_INIT([intltool], [0.50.0])
5
5
AC_CONFIG_SRCDIR([intltoolize.in])
6
6
 
7
7
AM_INIT_AUTOMAKE([foreign])