Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 08:32:14 +0000 (09:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 08:32:14 +0000 (09:32 +0100)
ChangeLog
debian/changelog
wscript

index 69af59f2c25b4cf02f4f3bea5652c5fae4586f68..ed089ba54ee398449a92d5e0842b21ade3775036 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.76.3 released.
+
 2014-10-22  Carl Hetherington  <cth@carlh.net>
 
        * Fix bug where some files from iTunes would
index 05d8e42bf2c7a47c5e15a78d7f24f1ae7386e339..750be88ce441a063db8c6c731b869493bf637663 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.76.2-1) UNRELEASED; urgency=low
+dcpomatic (1.76.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -193,8 +193,9 @@ dcpomatic (1.76.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 20 Oct 2014 22:50:32 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 22 Oct 2014 09:32:14 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 62b47d9a4a9427c15f9ae5a1d78633d800a89555..0c5dbf0336c234725063ee7ae9c2c20ee95c51cf 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '1.76.2devel'
+VERSION = '1.76.3'
 
 def options(opt):
     opt.load('compiler_cxx')