[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: Thu, 26 May 2011 22:47:56 +0000 (UTC)
commit 7716811cc304ffcdf34f8a78e9b47608131765aa
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Fri May 27 00:45:58 2011 +0200
Prepare for the next release
NEWS | 6 ++++++
configure.ac | 2 +-
debian/changelog | 6 ++++++
frogr.spec | 2 +-
src/frogr-about-dialog.c | 2 +-
5 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90404c8..72698b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.6 (??)
+========
+
+ *
+
+
0.5 (27 May 2011)
=================
diff --git a/configure.ac b/configure.ac
index 153e2c6..5d11a69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.5], [msanchez igalia com])
+AC_INIT([frogr], [0.6], [msanchez igalia com])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_PROG_CC
AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 5a6c42c..61a2dfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frogr (0.6~unreleased) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mario Sanchez Prada <msanchez igalia com> Fri, 27 May 2011 00:20:05 +0200
+
frogr (0.5) unstable; urgency=low
* New upstream release
diff --git a/frogr.spec b/frogr.spec
index f16b738..533cad5 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
Name: frogr
-Version: 0.5
+Version: 0.6
Summary: Flickr Remote Organizer for GNOME
Release: 1%{?dist}
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 294aa62..e5a479f 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]