[frogr] Prepare for the next release



commit 3dfe85c0e8a63e554331c99ef86b2e7d4ef9b271
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Feb 5 16:14:34 2011 +0100

    Prepare for the next release

 NEWS                     |    4 ++++
 configure.ac             |    2 +-
 debian/changelog         |    6 ++++++
 frogr.spec               |    2 +-
 src/frogr-about-dialog.c |    2 +-
 5 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6375506..b056fc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.5 (??)
+
+  * 
+
 0.4 (05 Feb 2011)
 
   * Fixed (more) problems building debian packages.
diff --git a/configure.ac b/configure.ac
index 6145f7b..096e127 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.4], [msanchez igalia com])
+AC_INIT([frogr], [0.5], [msanchez igalia com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 17bdb5c..bb907c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frogr (0.5~unreleased) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mario Sanchez Prada <msanchez igalia com>  Sat, 05 Feb 2011 16:12:05 +0200
+
 frogr (0.4) unstable; urgency=low
 
   * New upstream release
diff --git a/frogr.spec b/frogr.spec
index 1462915..e1d9ff1 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
 Name:		frogr
-Version:	0.4
+Version:	0.5
 Summary:	Flickr Remote Organizer for GNOME
 Release:	1%{?dist}
 
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 98eb1c5..62b0465 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -90,7 +90,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]