Bump version v2.1.5
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 21:11:11 +0000 (22:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 21:11:11 +0000 (22:11 +0100)
ChangeLog
debian/changelog
wscript

index 9d9315948d672ae396dcf2d58cf66ce8e6abee0d..4a19d73c0c47e77d2babc36a4cb0cb08b66c941e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.5 released.
+
 2015-06-18  c.hetherington  <cth@carlh.net>
 
        * Fix error when copying fonts into subtitles
index 989fddcc2d7d8a6e2636cd97de1e3b365a77c5a0..c38f14d4958146e95c0d5dd19f720de6336d10ca 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.4-1) UNRELEASED; urgency=low
+dcpomatic (2.1.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -235,8 +235,9 @@ dcpomatic (2.1.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 18 Jun 2015 12:53:31 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 18 Jun 2015 22:11:11 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index decfcbbf0e8ef0f5b56be02ef5140a344c32c68a..3a87a8066cc2536169cee234938dc522a791aaf5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.4devel'
+VERSION = '2.1.5'
 
 def options(opt):
     opt.load('compiler_cxx')