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

Get ready for 1.3.9.2

(Old svn revision: 6036)
parent 45aec1ba
No related branches found
No related tags found
No related merge requests found
2008-11-09 jeromeg
* configure.ac.in : get ready for 1.3.9.2.
* xfce4-screenshooter.1: bump version number.
2008-11-05 jeromeg
* lib/screenshooter-dialogs.c (add_item):
- Move the detection of the icon theme out of the if-else.
- Fallbac to the "exec" icon if no icon was found for an application.
- Fallback to the "exec" icon if no icon was found for an application.
2008-11-05 jeromeg
......
......@@ -6,9 +6,9 @@ dnl
m4_define([xfce4_screenshooter_plugin_version_major], [1])
m4_define([xfce4_screenshooter_plugin_version_minor], [3])
m4_define([xfce4_screenshooter_plugin_version_micro], [9])
m4_define([xfce4_screenshooter_plugin_version_nano], [0]) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_plugin_version_nano], [1]) 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], [svn])
m4_define([xfce4_screenshooter_plugin_version_tag], [])
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])
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.0" "User Commands"
.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.1" "User Commands"
.SH NAME
xfce4-screenshooter-plugin \- panel plugin and standalone application to take screenshots
.SH DESCRIPTION
......
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