Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Feb 2013 22:57:45 +0000 (22:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Feb 2013 22:57:45 +0000 (22:57 +0000)
ChangeLog
debian/changelog
wscript

index 96af06af3aa5501ae2279ea1765212eaa6f5f3ef..ba250996f113ce4bf0f518f5ade0e4f25a996fa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.74 released.
+
 2013-02-23  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.74beta1 released.
index 4474a686264556e4bcede6464c759dbe6298f61a..a21623f6ad4e580193ee7c54dcc3596a1b0a2111 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.74-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Sat, 23 Feb 2013 22:57:20 +0000
+
 dvdomatic (0.74beta1-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 6f339c377a9dd4145049358ae638c642fa8c65f5..16ffc80c2ac5d145c06b622289f465138796af98 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.74beta1'
+VERSION = '0.74'
 
 def options(opt):
     opt.load('compiler_cxx')