[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: Wed, 5 Oct 2016 13:10:11 +0000 (UTC)
commit 3bb19d0cfa8f438930d730a2e053907946145e7a
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Wed Oct 5 14:09:53 2016 +0100
Prepare for the next release
NEWS | 4 ++++
configure.ac | 2 +-
debian/changelog | 7 +++++++
frogr.doap | 8 ++++++++
frogr.spec | 2 +-
src/frogr-about-dialog.c | 2 +-
6 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7d6a13b..711e588 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.3 (??)
+========
+
+
1.2 (5 Oct 2016)
================
diff --git a/configure.ac b/configure.ac
index 0ae91e1..70134d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [1.2], [msanchez gnome org])
+AC_INIT([frogr], [1.3], [msanchez gnome org])
AM_INIT_AUTOMAKE([1.11 foreign])
AC_PROG_CC
AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 51c7619..f28ab54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+frogr (1.3~unreleased) 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, 05 Oct 2016 13:06:44 +0000
+
frogr (1.2) unstable; urgency=low
* New upstream release (see NEWS file for details).
diff --git a/frogr.doap b/frogr.doap
index 664ae5f..db7b035 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -35,6 +35,14 @@
<release>
<Version>
+ <revision>1.2</revision>
+ <created>2016-10-05</created>
+ <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.2/frogr-1.2.tar.xz"/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.1</revision>
<created>2016-10-04</created>
<file-release rdf:resource="https://download.gnome.org/sources/frogr/1.1/frogr-1.1.tar.xz"/>
diff --git a/frogr.spec b/frogr.spec
index 08bea32..68e9617 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,5 +1,5 @@
Name: frogr
-Version: 1.2
+Version: 1.3
Summary: Flickr Remote Organizer for GNOME
Release: 0
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 5e02965..9e796bd 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", 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]