Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Apr 2013 23:08:21 +0000 (00:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Apr 2013 23:08:21 +0000 (00:08 +0100)
ChangeLog
debian/changelog
wscript

index ffbbcfb2d7554b82d9c009560b49ae7b59f91b82..f7677ca4f265ba8f4fc1a098ea975e113e4d9cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.85 released.
+
 2013-04-21  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.84 released.
index eab1f4b4fa3bc60373c0780a57f1c2e322b4cdf8..ee18239a4fed4e6c30243c28800360dd77046097 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.85-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Tue, 23 Apr 2013 00:08:20 +0100
+
 dvdomatic (0.84-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index a9a0573670e3ac7b0e95fdac531f11429f01e096..e885566b9dc65a2c983aeb7ec962b2cdba9f5d40 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.85pre'
+VERSION = '0.85'
 
 def options(opt):
     opt.load('compiler_cxx')