[Xfce4-commits] <ristretto:ristretto-0.3> Version-bump & NEWS update
Stephan Arts
noreply at xfce.org
Sat Jan 28 07:50:06 CET 2012
Updating branch refs/heads/ristretto-0.3
to 9beba6d57c15cc79ba2e823f855825d89120f42d (commit)
from 12d545685acd7fd268c8813fb54ac01238de2cdb (commit)
commit 9beba6d57c15cc79ba2e823f855825d89120f42d
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Jan 28 07:37:57 2012 +0100
Version-bump & NEWS update
NEWS | 4 ++++
configure.in.in | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 673d76c..4222fed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.3.4
+=====
+- Fix compiler-warning due to missing return-statement
+
0.3.3
=====
- Fix bug #8343 (Do not use symbols from gtk+ > 2.20)
diff --git a/configure.in.in b/configure.in.in
index caad192..8b7a84b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [3])
+m4_define([ristretto_version_micro], [4])
m4_define([ristretto_version_build], [r at REVISION@])
m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
More information about the Xfce4-commits
mailing list