summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 07:48:56 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 07:48:56 +0000
commit5ee6fb339860356956708b0169cc46e459f0c545 (patch)
tree3030c7d1df55644dcf1b22ec39f71cae44818c13
parentd42889a69f159d2f9bee7cf2a55234eb205231a8 (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 d4a8e9afe..8787a9b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-12-20 Carl Hetherington <cth@carlh.net>
+ * Version 0.68beta4 released.
+
+2012-12-20 Carl Hetherington <cth@carlh.net>
+
* Version 0.68beta3 released.
2012-12-20 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 55c9e3a34..30b152110 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.68beta4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 07:48:45 +0000
+
dvdomatic (0.68beta3-1) unstable; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index e984354bd..5b31c5890 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.68beta3'
+VERSION = '0.68beta4'
def options(opt):
opt.load('compiler_cxx')