Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 21:19:35 +0000 (21:19 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 21:19:35 +0000 (21:19 +0000)
ChangeLog
debian/changelog
wscript

index bec619ded455f4e751d1ceb32f7261fb6e8bf56d..13a29da98f6727213f90f8f7ffdfa40d6870cf00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.73beta1 released.
+
 2013-02-15  Carl Hetherington  <cth@carlh.net>
 
        * Fix non-recognition of BMP for still images (#55),
index 9ee5288bab6887c56b0b186a6e85a815e9c4732d..0c3e4ea8eb89e3b176fa3d5699e478423fe8ffaa 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.73beta1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Sat, 16 Feb 2013 21:19:24 +0000
+
 dvdomatic (0.72-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 06c193c4f63daf7b11558c80d5dca3c1de368fbd..473388d377cdafb3eaf158967df6bc76f507613d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.73pre'
+VERSION = '0.73beta1'
 
 def options(opt):
     opt.load('compiler_cxx')