summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-07 15:57:00 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-07 15:57:00 +0100
commit9bd0a0719e394c42f8f95e29ce811360437a8016 (patch)
treef84afd1a667893b1b04a28f2c4c5e783de8aa97f
parent5f2c842b817732d0a77759139ee562150e7863c0 (diff)
downloadtelepathy-salut-0.4.tar.gz
Adjust configure.ac for stable branchtelepathy-salut-0.4
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f189237..8b172e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ m4_define([salut_version],
[m4_if(salut_nano_version, 0, [salut_base_version], [salut_base_version].[salut_nano_version])])dnl
AC_INIT([Telepathy Salut], [salut_version],
-[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-salut])
+[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-salut&version=0.4])
AC_CONFIG_MACRO_DIR([m4])
@@ -57,6 +57,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno],
format-security \
init-self],
[missing-field-initializers \
+ deprecated-declarations \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])