summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-19 11:23:01 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-19 11:23:01 +0000
commit7829cea9160cd562ed3da5ca1a0060de29edacf8 (patch)
tree762f1f681a609e5ca2bb301cfa779da50e808976
parentf15c9e417a3e1f0602250066202d51469643c7f8 (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 d454e3d58..313ac957f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-12-19 Carl Hetherington <cth@carlh.net>
+ * Version 0.68beta2 released.
+
+2012-12-19 Carl Hetherington <cth@carlh.net>
+
* Version 0.68beta1 released.
2012-12-18 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index e0105af90..d03978d7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.68beta2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Wed, 19 Dec 2012 11:22:58 +0000
+
dvdomatic (0.68beta1-1) unstable; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 4f5748b01..6ba196cce 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.68beta1'
+VERSION = '0.68beta2'
def options(opt):
opt.load('compiler_cxx')