From 2fed120d0685da000d162f5e1db20dfbc1b86fd0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Oct 2013 22:58:30 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index c05e0e051..2d5b8cc65 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.20pre' +VERSION = '1.20' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 1d689eb9b895bc796561b17e75bc2cab5ba9db02 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Oct 2013 22:58:31 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2d5b8cc65..302e77720 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.20' +VERSION = '1.21pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 9e7e79c5c36cc8753e974239664d0ea35fcc6007 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 23 Oct 2013 23:04:24 +0100 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 afec03355..e251b1cab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-23 Carl Hetherington + + * Version 1.21 released. + 2013-10-23 Carl Hetherington * Use our own directory picker on Ubuntu 13.10 as well diff --git a/debian/changelog b/debian/changelog index 8cc3ad3e5..832577378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.20-1) UNRELEASED; urgency=low +dcpomatic (1.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -24,8 +24,9 @@ dcpomatic (1.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Tue, 22 Oct 2013 22:58:30 +0100 + -- Carl Hetherington Wed, 23 Oct 2013 23:04:24 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 302e77720..346a53c76 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.21pre' +VERSION = '1.21' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From f28102477a712b8dde0f157d33b087d642c84555 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 23 Oct 2013 23:04:24 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 346a53c76..c3033f60c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.21' +VERSION = '1.22pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3