[Xfce4-commits] <ristretto:ristretto-0.3> Update version number
Stephan Arts
noreply at xfce.org
Sat Mar 3 12:24:06 CET 2012
Updating branch refs/heads/ristretto-0.3
to f5ddfd3a9ea15fc16904390c6b7bfb2ea9614e4c (commit)
from 589b6a49f261c95a5357c9b97a0afa972f5a16f9 (commit)
commit f5ddfd3a9ea15fc16904390c6b7bfb2ea9614e4c
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Mar 3 12:19:23 2012 +0100
Update version number
configure.in.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 8b7a84b..a41911d 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], [4])
+m4_define([ristretto_version_micro], [5])
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()])])
@@ -21,7 +21,7 @@ dnl *** Debugging support for SVN snapshots ***
dnl *******************************************
m4_define([ristretto_debug_default], [ifelse(ristretto_version_tag(), [git], [full], [minimum])])
-AC_COPYRIGHT([Copyright (c) 2006-2011
+AC_COPYRIGHT([Copyright (c) 2006-2012
The Xfce development team. All rights reserved.
Written for Xfce by Stephan Arts <stephan at xfce.org>.])
More information about the Xfce4-commits
mailing list