Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jun 2013 00:20:18 +0000 (01:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jun 2013 00:20:18 +0000 (01:20 +0100)
ChangeLog
debian/changelog
wscript

index 238ad8604f38ada725ecd75e077f94217e2b0d58..dd9363aacc86fcca437cb83ecd9f253bcd899d9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.104 released.
+
 2013-06-27  Carl Hetherington  <cth@carlh.net>
 
        * Hopefully fix problems with end-trim not working.
index 16d58a5d0ee85478871af6aa2dd8869a05637961..d12d733160a92319b69d6787f314b5b2fb8c2387 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.104-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Thu, 27 Jun 2013 01:20:18 +0100
+
 dvdomatic (0.103-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index a4d08d416f17092209df5768ca4364a2a2b220ac..ac109eff9747f589006020be8f4aec88a0d74160 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.104pre'
+VERSION = '0.104'
 
 def options(opt):
     opt.load('compiler_cxx')