Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Dec 2012 00:35:53 +0000 (00:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Dec 2012 00:35:53 +0000 (00:35 +0000)
ChangeLog
debian/changelog
wscript

index e7a006cb4782597104c01bf8f869438c0e430b90..d4a8e9afea41139dfaac070fe9421177916bb000 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.68beta3 released.
+
 2012-12-20  Carl Hetherington  <cth@carlh.net>
 
        * Allow still-image DCPs to have external audio added to them (#13).
index d03978d7dd59c0e4247c8651034f652bb13224a3..55c9e3a34ab3660ecf356ff443584958df90670f 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.68beta3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Thu, 20 Dec 2012 00:35:45 +0000
+
 dvdomatic (0.68beta2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 6ba196cce3c9a0c374b8e358006975709c3a9b28..e984354bd97cb644d632386990c49946a8d9a279 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.68beta2'
+VERSION = '0.68beta3'
 
 def options(opt):
     opt.load('compiler_cxx')