[Xfce4-commits] <postler:master> Bump version to 0.1.0

Christian Dywan noreply at xfce.org
Fri Feb 25 22:34:02 CET 2011


Updating branch refs/heads/master
         to 198f683ef0e8173f6f5f326dc3578be1676f8f3a (commit)
       from d0c0f3d1d7176a2f3226814c299b109f15d1dad8 (commit)

commit 198f683ef0e8173f6f5f326dc3578be1676f8f3a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Feb 25 22:29:41 2011 +0100

    Bump version to 0.1.0

 ChangeLog |    4 ++++
 wscript   |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..9e02b62
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+This file is licensed under the terms of the LGPL 2.1, see the file COPYING.
+
+v0.1.0:
+ + Initial release
diff --git a/wscript b/wscript
index db9c34c..e3884b4 100644
--- a/wscript
+++ b/wscript
@@ -33,8 +33,8 @@ from TaskGen import extension, feature, taskgen
 import misc
 
 major = 0
-minor = 0
-micro = 1
+minor = 1
+micro = 0
 
 APPNAME = 'postler'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list