[frogr] Frogr 1.0 released



commit 50493994ada1b23966ed48ac5636b30daccf7de1
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Dec 30 02:10:47 2015 +0000

    Frogr 1.0 released

 NEWS                     |    4 ++--
 configure.ac             |    2 +-
 debian/changelog         |    4 ++--
 frogr.spec               |    6 +++++-
 src/frogr-about-dialog.c |    2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4433226..39ac615 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.12 (??)
-=========
+1.0 (30 Dec 2015)
+=================
 
   * Use xdg-open instead of gnome-open as a fallback plan to open URIs.
   * Use a GtkMessageDialog for the "Uploading pictures" dialog.
diff --git a/configure.ac b/configure.ac
index fb4a658..c7a7108 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.12], [msanchez gnome org])
+AC_INIT([frogr], [1.0], [msanchez gnome org])
 AM_INIT_AUTOMAKE([foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 091b663..1be1260 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.12~unreleased) unstable; urgency=low
+frogr (1.0) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez gnome org>  Wed, 07 Jan 2015 23:52:42 +0000
+ -- Mario Sanchez Prada <msanchez gnome org>  Wed, 30 Dec 2015 01:43:30 +0000
 
 frogr (0.11) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index 772caa6..a054d22 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
 Name:          frogr
-Version:       0.12
+Version:       1.0
 Summary:       Flickr Remote Organizer for GNOME
 Release:       0
 
@@ -84,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Dec 30 2015 Mario Sanchez Prada <msanchez at, gnome.org> 1.0-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Fri Jan 7 2015 Mario Sanchez Prada <msanchez at, gnome.org> 0.11-0
 - New upstream release (see NEWS file for details).
 - Package manually generated out of any distro.
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 9e796bd..5e02965 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -56,7 +56,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
   g_free (icon_full_path);
 
-  version = g_strdup_printf ("%s~unreleased", VERSION);
+  version = g_strdup_printf ("%s", 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]