summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-29 10:19:18 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-29 10:19:18 +0100
commitc598264f1247ae444f502199c6e4b8f857d94fce (patch)
tree8f63409a8348e2a41e951e3bfd77170cf5b6f4b3
parentdff750a2603be9b4bc585b202da37e3acd064204 (diff)
Bump versionv0.51
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0bb36223..b643aebe 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.51pre'
+VERSION = '0.51'
def options(opt):
opt.load('compiler_cxx')