diff options
author | Julian Andres Klode <jak@debian.org> | 2016-02-10 18:02:45 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-02-10 18:02:45 +0100 |
commit | 29f80b30c7c5a0da8544ebde6e7eb54c41171360 (patch) | |
tree | 100e51affbbc7b60ddb7d49d6cfc612298599385 /configure.ac | |
parent | 9750213c8117312f9d7dc6d283a4005d14621ef6 (diff) |
Release 1.2.31.2.3
Build system messed up the 1.2.2 commit by not updating the
.po files properly, so they are now.
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 eccb40403..e405bc810 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="1.2.2" +PACKAGE_VERSION="1.2.3" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") |