[Xfce4-commits] <xfmpc:master> bump post-release
Mike Massonnet
noreply at xfce.org
Sun Oct 23 20:18:02 CEST 2011
Updating branch refs/heads/master
to cf0689256c60123c1b9818944e7669581e67c93a (commit)
from 2b10bde4678eb01ff5f5058a271aec471643e377 (commit)
commit cf0689256c60123c1b9818944e7669581e67c93a
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Oct 23 20:19:47 2011 +0200
bump post-release
configure.in.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index c3e7167..16c0659 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,9 +9,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfmpc_version_major], [0])
m4_define([xfmpc_version_minor], [2])
-m4_define([xfmpc_version_micro], [2])
+m4_define([xfmpc_version_micro], [3])
m4_define([xfmpc_version_build], [@REVISION@])
-m4_define([xfmpc_version_tag], []) # leave empty for release
+m4_define([xfmpc_version_tag], [git]) # leave empty for release
m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [git], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_version_tag()])])
dnl ***************************
More information about the Xfce4-commits
mailing list