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

index 4e1485ae62773ba36502034d54481242f68e58dc..5bb0711b48dda50626403c9f940268b5422490ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.76.2 released.
+
 2014-10-19  Carl Hetherington  <cth@carlh.net>
 
        * Add simple note of what audio resampling
index 6a86870a9dd25f40f28b4aba912a5916c5ba4a18..05d8e42bf2c7a47c5e15a78d7f24f1ae7386e339 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.75.2-1) UNRELEASED; urgency=low
+dcpomatic (1.76.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -192,8 +192,9 @@ dcpomatic (1.75.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 16 Oct 2014 18:57:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 20 Oct 2014 22:50:32 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ee1f8880485b616986912679ccac8bc897ecfd59..93c1491a9714329ad66786e7b68e269eb5187e5f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '1.76.1devel'
+VERSION = '1.76.2'
 
 def options(opt):
     opt.load('compiler_cxx')