[Xfce4-commits] <midori:master> Bump version to 0.5.2
Christian Dywan
noreply at xfce.org
Fri May 17 20:42:02 CEST 2013
Updating branch refs/heads/master
to 8af8d47dc1e8e625df8a52b1c9c9d00d8d921054 (commit)
from 8eab6dfe4bc0f89e65cbba434d3893c664e67acc (commit)
commit 8af8d47dc1e8e625df8a52b1c9c9d00d8d921054
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri May 17 20:40:41 2013 +0200
Bump version to 0.5.2
ChangeLog | 3 +++
win32/makedist/midori.nsi | 2 +-
wscript | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2532059..7e2a94f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
+v0.5.2:
+ Re-release with a proper version number and changelog
+
v0.5.1:
Fix mouse gesture regression breaking context menu
Fix --run command line switch by midori_paths_init
diff --git a/win32/makedist/midori.nsi b/win32/makedist/midori.nsi
index 3e8cfcc..840ac60 100644
--- a/win32/makedist/midori.nsi
+++ b/win32/makedist/midori.nsi
@@ -21,7 +21,7 @@ RequestExecutionLevel admin ; set execution level for Windows Vista
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Midori"
-!define PRODUCT_VERSION "0.5.1"
+!define PRODUCT_VERSION "0.5.2"
!define PRODUCT_BUILD "0"
!define PRODUCT_VERSION_ID "${PRODUCT_VERSION}.${PRODUCT_BUILD}"
!define PRODUCT_PUBLISHER "Christian Dywan"
diff --git a/wscript b/wscript
index 311e042..7d9aba0 100644
--- a/wscript
+++ b/wscript
@@ -28,7 +28,7 @@ import misc
from Configure import find_program_impl
APPNAME = 'midori'
-VERSION = VERSION_FULL = '0.5.1'
+VERSION = VERSION_FULL = '0.5.2'
VERSION_SUFFIX = ' (%s)' % VERSION
try:
More information about the Xfce4-commits
mailing list