Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 8 Feb 2014 17:50:43 +0000 (17:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 8 Feb 2014 17:50:43 +0000 (17:50 +0000)
ChangeLog
debian/changelog
wscript

index d35f0054323cc660d03cba6b4a6ff4fbbd324743..caa6ded69ca0216620fea7ec450343529f0e202e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-08  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.64.5 released.
+
 2014-02-08  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.64.4 released.
index aa29a25dbd8dadfe51c9809bc59994ca648c7e27..3c1017c0318c3965ea9f292b5f876edd70f3f1bd 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.64.4-1) UNRELEASED; urgency=low
+dcpomatic (1.64.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -85,8 +85,9 @@ dcpomatic (1.64.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 08 Feb 2014 16:38:06 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 08 Feb 2014 17:50:43 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0f94b58d86f3964be6f9741c89d7bd362cc41ad9..9ffc4ce5fe52e9c591b7ef0d585afef8504866d9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.64.4devel'
+VERSION = '1.64.5'
 
 def options(opt):
     opt.load('compiler_cxx')