From: Carl Hetherington Date: Sat, 4 Aug 2012 14:48:53 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1743 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=c12b4a00364428fbe7dd3662aa3ffa5a424ef409;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 87d9e6866..1866405b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-04 Carl Hetherington + + * Version 0.43 released. + 2012-08-04 Carl Hetherington * Use wxwidgets .rc file to make Windows version diff --git a/wscript b/wscript index 48f189073..45fbc8e69 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.43pre' +VERSION = '0.43' def options(opt): opt.load('compiler_cxx')