summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-02 17:20:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-02 17:20:27 +0100
commit4eff4595c012cfebf184cb249d4d8e2c1f32f5e4 (patch)
tree51909118eb642e3d787f45c315e25c0805d522e6
parent568d433830710baa7b0c64a5b7491758beb95b1c (diff)
Bump versionv0.48
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f7f7cb88..5c811f3f 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.48pre'
+VERSION = '0.48'
def options(opt):
opt.load('compiler_cxx')