summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-31 09:49:41 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-31 09:49:41 -0400
commitcbbcd748c1a1cdc1292509c80012bc285659476e (patch)
treef8507765fb8c7e18dccc769b8c10ef2b0a9bbb38
parent52ab0c730c13ababbe1b1bd43445ccaca9c5321f (diff)
Rename project (goa -> gnome-online-accounts) and bump version to 3.1.0
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 797aada..6a3a915 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([goa],[0.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=goa],[goa])
+AC_INIT([gnome-online-accounts],[3.1.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts],[gnome-online-accounts])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src])
@@ -69,7 +69,7 @@ GOBJECT_INTROSPECTION_CHECK([0.6.2])
#
IT_PROG_INTLTOOL([$INTLTOOL_REQUIRED])
-GETTEXT_PACKAGE=goa
+GETTEXT_PACKAGE=gnome-online-accounts
AC_SUBST([GETTEXT_PACKAGE])
AM_GLIB_GNU_GETTEXT
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])