summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 00:35:53 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 00:35:53 +0000
commit692ba6090ab9b555007c606e891616eddd2ee55a (patch)
tree06cf084af5f9f94343539a0d395ec5306809a69e
parent4579bd65a4ce8f50c5facc441542dac8c71c1f87 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog6
-rw-r--r--wscript2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a006cb4..d4a8e9afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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).
2012-12-19 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index d03978d7d..55c9e3a34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 6ba196cce..e984354bd 100644
--- 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')