Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 13:18:12 +0000 (14:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 13:18:12 +0000 (14:18 +0100)
ChangeLog
debian/changelog
wscript

index b5fa9feec656a31d1e96099cd36bbe1077932f81..7072a0d76f92dd4ebe95ec832e0562ac90ec3018 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.08 released.
+
 2013-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Fix problems with crypto stuff on Windows.
index 5f74ead677227026f48fede15a47c5b2b691f217..107e1211f329ab8e3f11ca5150117335c45f9ccc 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.07-1) UNRELEASED; urgency=low
+dcpomatic (1.08-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -11,8 +11,9 @@ dcpomatic (1.07-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 08 Oct 2013 18:59:58 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 09 Oct 2013 14:18:12 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 55d08fe567986eeba85d33443c0bf01da3a5b52a..e2125df5b3233de2875390e1d797629c3cb446a8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.08pre'
+VERSION = '1.08'
 
 def options(opt):
     opt.load('compiler_cxx')