[Xfce4-commits] <thunarx-python:master> === Release 0.2.0 ===
Adam Plumb
noreply at xfce.org
Thu May 27 18:14:28 CEST 2010
Updating branch refs/heads/master
to 0073dd87b22bae994984fe6f31d43c8132637410 (commit)
from b680df422d6d2f32267eedd50b67949e5171fb15 (commit)
commit 0073dd87b22bae994984fe6f31d43c8132637410
Author: Adam Plumb <adamplumb at gmail.com>
Date: Tue Jan 26 12:28:50 2010 -0500
=== Release 0.2.0 ===
NEWS | 3 +++
configure.ac.in | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index e92bf1c..e851ea0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,5 @@
+0.2.0:
+ - Allow thunarx-python to run on all versions of thunar (>= 0.4.0)
+
0.1.0:
- First release
diff --git a/configure.ac.in b/configure.ac.in
index 2c39520..7511605 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([txp_version_major], [0])
-m4_define([txp_version_minor], [1])
+m4_define([txp_version_minor], [2])
m4_define([txp_version_micro], [0])
m4_define([txp_version_tag], [])
m4_define([txp_version_build], [])
More information about the Xfce4-commits
mailing list