summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-19 10:11:17 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-19 10:11:17 +0000
commit0c6928397053c44c4cff052a308715f7353130dc (patch)
tree159f55028fc1a995ff06f7a5c23f988702f63ed2
parentdedac27070ac5ad65265a0db1fa316b3e436cea7 (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 0b93c2ac3..d454e3d58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-19 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.68beta1 released.
+
2012-12-18 Carl Hetherington <cth@carlh.net>
* Alter film viewer so that it is much quicker, responds instantly
diff --git a/debian/changelog b/debian/changelog
index 83439be72..e0105af90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.68beta1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Wed, 19 Dec 2012 10:11:13 +0000
+
dvdomatic (0.67-1) unstable; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 02d95715b..4f5748b01 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.68pre'
+VERSION = '0.68beta1'
def options(opt):
opt.load('compiler_cxx')