summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])