Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 13:29:24 +0000 (14:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 13:29:24 +0000 (14:29 +0100)
ChangeLog
debian/changelog
wscript

index db38c6758df36e9f3abf49b6c30519b5c2da9eab..0806da9631515d29ab6cc771f2407cebc933c53d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.95 released.
+
 2013-06-05  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash on startup on Windows
index c303177f2aed6609b68c4e109a0607cff602e085..eef3c1e12aa1fa19511750a888a5b8d5f0eb8356 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.95-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Wed, 05 Jun 2013 14:29:24 +0100
+
 dvdomatic (0.94-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index b4cafd1fb739b1248c0090e54a5f4e852edd5c06..a9829c55d0b3da146f7755bf21f02a97aefca59b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.95pre'
+VERSION = '0.95'
 
 def options(opt):
     opt.load('compiler_cxx')