Skip to content
Snippets Groups Projects
Commit 51cd839b authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

Post release bump.

(Old svn revision: 4957)
parent 29c11e38
No related branches found
No related tags found
No related merge requests found
dnl configure.ac
dnl
dnl xfce4-screenshooter-plugin - Test plugin for the XFce4 panel
dnl xfce4-screenshooter-plugin - Plugin for the XFCE4 panel
dnl
m4_define([xfce4_screenshooter_plugin_version_major], [1])
m4_define([xfce4_screenshooter_plugin_version_minor], [1])
m4_define([xfce4_screenshooter_plugin_version_micro], [0])
m4_define([xfce4_screenshooter_plugin_version_micro], [5])
m4_define([xfce4_screenshooter_plugin_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_plugin_version_build], [r@REVISION@])
m4_define([xfce4_screenshooter_plugin_version_tag], [])
m4_define([xfce4_screenshooter_plugin_version_tag], [svn])
m4_define([xfce4_screenshooter_plugin_version], [xfce4_screenshooter_plugin_version_major().xfce4_screenshooter_plugin_version_minor().xfce4_screenshooter_plugin_version_micro()ifelse(xfce4_screenshooter_plugin_version_nano(), [], [], [.xfce4_screenshooter_plugin_version_nano()])ifelse(xfce4_screenshooter_plugin_version_tag(), [svn], [xfce4_screenshooter_plugin_version_tag()-xfce4_screenshooter_plugin_version_build()], [xfce4_screenshooter_plugin_version_tag()])])
AC_INIT([xfce4-screenshooter-plugin], [xfce4_screenshooter_plugin_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter-plugin])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment