From a0bc166f000684a04d8a23306f266cc7a46089df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Nov 2013 21:44:42 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ab83a0fd3..982329c64 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.28pre' +VERSION = '1.28' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 6f70374b5bcd579feb5e6675e1d9c7e29d62d68d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Nov 2013 21:44:43 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 982329c64..604894457 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.28' +VERSION = '1.29pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From fe8099a9b29e125f12fa2b1d80c80967e0daa20e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Nov 2013 21:46:46 +0000 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index 63d2c597e..6725d35b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-12 Carl Hetherington + + * Version 1.29 released. + 2013-11-12 Carl Hetherington * Fix bad_alloc exception on audio analysis (and diff --git a/debian/changelog b/debian/changelog index 323ff8d1d..837679a30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.28-1) UNRELEASED; urgency=low +dcpomatic (1.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -32,8 +32,9 @@ dcpomatic (1.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Mon, 11 Nov 2013 21:44:42 +0000 + -- Carl Hetherington Tue, 12 Nov 2013 21:46:46 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 604894457..0ae8896a6 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.29pre' +VERSION = '1.29' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From cf75f676928a6051e6512997531fe60df6d38542 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Nov 2013 21:46:46 +0000 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0ae8896a6..54785fe09 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.29' +VERSION = '1.30pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3