aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 259c6e5..429ec98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# configure.ac for libgpg-error
-# Copyright (C) 2003, 2004 g10 Code GmbH
+# Copyright (C) 2003, 2004, 2006 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
min_automake_version="1.9.6"
# The gettext version is set below using AM_GNU_GETTEXT_VERSION
# Version number: Remember to change it immediately *after* a release.
-AC_INIT([libgpg-error],[1.3],[[email protected]])
+AC_INIT([libgpg-error],[1.4-cvs],[[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -143,6 +143,7 @@ AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([intl/Makefile])
AC_CONFIG_FILES([po/Makefile.in m4/Makefile])
AC_CONFIG_FILES([src/Makefile tests/Makefile])
+AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile])
AC_CONFIG_FILES([src/versioninfo.rc])
AC_OUTPUT