diff options
author | Richard Hughes <richard@hughsie.com> | 2015-10-27 12:22:14 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-10-27 12:29:58 +0000 |
commit | 81a27888453403788605787546bb698a2c836952 (patch) | |
tree | f10036808832d6dfd89fcfc44257ac178160c29f /configure.ac | |
parent | 53881884f7f7a67f625bbc125a2038f455c1b579 (diff) | |
download | appstream-glib-81a27888453403788605787546bb698a2c836952.tar.gz |
Release version 0.5.2appstream_glib_0_5_2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f403e5f..9fb27ca 100644 --- a/configure.ac +++ b/configure.ac @@ -51,12 +51,13 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) # fixed, change: # REVISION += 1 LT_CURRENT=8 -LT_REVISION=1 +LT_REVISION=2 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) +AS_ALL_LINGUAS AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL |