[Xfce4-commits] <xfce4-notes-plugin:master> bump post release
Mike Massonnet
noreply at xfce.org
Sun Nov 7 12:42:01 CET 2010
Updating branch refs/heads/master
to 057e631f3124974677dd9c7541cdad9f39de9538 (commit)
from 965b546a6e9fb9a7513ada5dceb6262510f349e7 (commit)
commit 057e631f3124974677dd9c7541cdad9f39de9538
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Nov 7 12:41:34 2010 +0100
bump post release
configure.ac.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 6d813a1..11cd92a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl
m4_define([xfce4_notes_plugin_version_major], [1])
m4_define([xfce4_notes_plugin_version_minor], [7])
-m4_define([xfce4_notes_plugin_version_micro], [7])
+m4_define([xfce4_notes_plugin_version_micro], [8])
m4_define([xfce4_notes_plugin_version_nano], [])
m4_define([xfce4_notes_plugin_version_build], [@REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], [git]) # Leave empty for releases
m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [git], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
AC_PREREQ([2.50])
More information about the Xfce4-commits
mailing list