Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 23 Oct 2014 21:03:21 +0000 (22:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Oct 2014 21:03:21 +0000 (22:03 +0100)
ChangeLog
debian/changelog
wscript

index 123bd84de35f05c11ed4bc2ccfc0e452c32771af..9143d442f049397e37336a5e75bc9d8d4f378782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.76.5 released.
+
 2014-10-23  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.76.4 released.
index 34a4544e5d22672c1a18e7f800be11d6b039c9c0..955d0297167153529c6db0cbac3c457c2e1cffd7 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.76.4-1) UNRELEASED; urgency=low
+dcpomatic (1.76.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -195,8 +195,9 @@ dcpomatic (1.76.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 23 Oct 2014 22:02:47 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 23 Oct 2014 22:03:21 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 78459b28f9090ad8cf2512a8464ef9a3a29defb0..6639724da885c19e5d8e03a2aa6c1bde5b15d1cb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '1.76.4devel'
+VERSION = '1.76.5'
 
 def options(opt):
     opt.load('compiler_cxx')