[frogr] Prepare for the next release



commit 466bce33a6b8beafe54c0dbefc4d1244a2e76607
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue May 22 03:18:55 2012 +0200

    Prepare for the next release

 NEWS                     |    4 ++++
 configure.ac             |    2 +-
 debian/changelog         |    7 +++++++
 frogr.doap               |    8 ++++++++
 frogr.spec               |    2 +-
 macosx/Info-frogr.plist  |    8 ++++----
 src/frogr-about-dialog.c |    2 +-
 7 files changed, 26 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index f60b1e8..60798ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.8 (??)
+========
+
+
 0.7 (22 May 2012)
 =================
 
diff --git a/configure.ac b/configure.ac
index 80abfe2..fd291c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.7], [msanchez igalia com])
+AC_INIT([frogr], [0.8], [msanchez igalia com])
 AM_INIT_AUTOMAKE([foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 703c0cf..d33d83d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+frogr (0.8~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>  Tue, 22 May 2012 02:36:18 +0200
+
 frogr (0.7) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
diff --git a/frogr.doap b/frogr.doap
index b424613..7305cbe 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -29,6 +29,14 @@
 
   <release>
     <Version>
+      <revision>0.7</revision>
+      <created>2012-05-22</created>
+      <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/frogr/0.7/frogr-0.7.tar.xz"/>
+    </Version>
+  </release>
+
+  <release>
+    <Version>
       <revision>0.6.1</revision>
       <created>2011-08-19</created>
       <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/frogr/0.6/frogr-0.6.1.tar.bz2"/>
diff --git a/frogr.spec b/frogr.spec
index ec35902..45663b1 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
 Name:		frogr
-Version:	0.7
+Version:	0.8
 Summary:	Flickr Remote Organizer for GNOME
 Release:	0
 
diff --git a/macosx/Info-frogr.plist b/macosx/Info-frogr.plist
index fe9f7ef..cc2e1ca 100644
--- a/macosx/Info-frogr.plist
+++ b/macosx/Info-frogr.plist
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>frogr</string>
     <key>CFBundleGetInfoString</key>
-    <string>0.6, (c) 2009-2011 Mario Sanchez Prada, http://live.gnome.org/Frogr</string>
+    <string>0.8, (c) 2009-2012 Mario Sanchez Prada, http://live.gnome.org/Frogr</string>
     <key>CFBundleIconFile</key>
     <string>frogr.icns</string>
     <key>CFBundleIdentifier</key>
@@ -17,13 +17,13 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>0.6</string>
+    <string>0.8</string>
     <key>CFBundleVersion</key>
-    <string>0.6</string>
+    <string>0.8</string>
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>NSHumanReadableCopyright</key>
-    <string>Licensed under the terms of the GNU General Public License version 3 Copyright (c) 2009-2011 Mario Sanchez Prada</string>
+    <string>Licensed under the terms of the GNU General Public License version 3 Copyright (c) 2009-2012 Mario Sanchez Prada</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.4</string>
 </dict>
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 04965f8..4e40985 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]