Bump version v2.1.15
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 12:42:14 +0000 (13:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 12:42:14 +0000 (13:42 +0100)
ChangeLog
debian/changelog
wscript

index 00442f1ee375d85272b22bfca952347ef46e179e..a0cdaf7ce34a23e51f2506b87c650c4c0479f53e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-02  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.15 released.
+
 2015-07-02  c.hetherington  <cth@carlh.net>
 
        * Support <font color="#abcdef"> tags in SubRip files.
index 104ee4b0969345c5746130a4e31607193e413a79..66b54c14022d8911d9dcd0ec6495236a4b8bc5d4 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.14-1) UNRELEASED; urgency=low
+dcpomatic (2.1.15-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -245,8 +245,9 @@ dcpomatic (2.1.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jul 2015 09:20:30 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jul 2015 13:42:14 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ede6b74601f24cbfe47fb0876c808453ddcad145..a40cd090426215d9f952657048e8e0dc0965fc1e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.14devel'
+VERSION = '2.1.15'
 
 def options(opt):
     opt.load('compiler_cxx')