[frogr] Prepare for the next release
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Prepare for the next release
- Date: Fri, 12 Aug 2011 22:48:47 +0000 (UTC)
commit 64b271ac86684a8fef8b47a94ffd8408faa7141b
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Aug 13 00:45:14 2011 +0200
Prepare for the next release
NEWS | 4 ++++
configure.ac | 2 +-
debian/changelog | 7 +++++++
frogr.spec | 2 +-
src/frogr-about-dialog.c | 2 +-
5 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4e53513..3be524f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.7 (??)
+========
+
+
0.6 (13 Aug 2011)
=================
diff --git a/configure.ac b/configure.ac
index 61dc047..1631a23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.6], [msanchez igalia com])
+AC_INIT([frogr], [0.7], [msanchez igalia com])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index da768a1..5421350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+frogr (0.7~unreleased) unstable; urgency=low
+
+ * New upstream release (see NEWS file for details).
+ * Package manually generated out of any distro.
+
+ -- Mario Sanchez Prada <msanchez igalia com> Fri, 13 Aug 2011 00:42:00 +0200
+
frogr (0.6) unstable; urgency=low
* New upstream release (see NEWS file for details).
diff --git a/frogr.spec b/frogr.spec
index cfa0b45..3367ae1 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
Name: frogr
-Version: 0.6
+Version: 0.7
Summary: Flickr Remote Organizer for GNOME
Release: 0%{?dist}
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index aed68da..263bfe7 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -95,7 +95,7 @@ frogr_about_dialog_show (GtkWindow *parent)
NULL);
#endif
- version = g_strdup_printf ("%s", VERSION);
+ version = g_strdup_printf ("%s~unreleased", VERSION);
/* Show about dialog */
gtk_show_about_dialog (GTK_WINDOW (parent),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]