Bump version v2.1.0
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)
ChangeLog
debian/changelog
wscript

index 9ed5bee2d19555d8d7c88b501806b160dd9a8a76..2bf88bd043af7068a9ed19e9f2f6fd81ea49286e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.0 released.
+
 2015-06-13  Carl Hetherington  <cth@carlh.net>
 
        * Make ru_RU translation actually work.
index b2f1cb3ced018e9bd96bf3e0a93f287edf20f9e1..6614078188d0275bc1a5baf8eea0cb2f9d0aa209 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.51-1) UNRELEASED; urgency=low
+dcpomatic (2.1.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -230,8 +230,9 @@ dcpomatic (2.0.51-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 12 Jun 2015 21:19:55 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 13 Jun 2015 15:50:39 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2b6ffcdf8112df1b73c565134d217b64b3c11fc6..942baf80ca0a2dae7529454735ecb1a4df8021cb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.51devel'
+VERSION = '2.1.0'
 
 def options(opt):
     opt.load('compiler_cxx')