Bump version v0.92
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2014 13:13:10 +0000 (13:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2014 13:13:10 +0000 (13:13 +0000)
wscript

diff --git a/wscript b/wscript
index f8cc8112c719524d073affcc4c4fe69db393a0c2..aa44ec1ecff4001c88db8d4573efd23c2cf8b6ad 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.92pre'
+VERSION = '0.92'
 
 def options(opt):
     opt.load('compiler_cxx')