summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-19 11:22:11 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-19 11:22:11 +0100
commit3179cbf6fa8133b5a492a25ca64c4c8b6d1756bd (patch)
tree76f50149dca3a9743e8f23662a370db8368d53e7
parent0cdd094b556b59cca81727664e4161887f4d3b17 (diff)
Bump versionv0.22
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e790f0a1..a2e645bd 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.22pre'
+VERSION = '0.22'
def options(opt):
opt.load('compiler_cxx')