Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 22:53:25 +0000 (23:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 22:53:25 +0000 (23:53 +0100)
ChangeLog
debian/changelog
wscript

index 77eaa67644cc28154f4dcc733be402280f5e9c2d..a6dc6585801e949b77ffe76b801df7ea85e65896 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-08  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.108 released.
+
 2013-07-08  Carl Hetherington  <cth@carlh.net>
 
        * Add option to pad sound so that silent channels
index 235989444131776bf6da688a1bd2187d3fedc980..d07a26ad89b12e947688877e04e2792cb69c861d 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.108-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Mon, 08 Jul 2013 23:53:25 +0100
+
 dvdomatic (0.107-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 715ea372e606037de7cd6d787217ce21a500aab0..afa3e9bdcfaccf5945819c8f78e0e3dcb76c858c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.108pre'
+VERSION = '0.108'
 
 def options(opt):
     opt.load('compiler_cxx')