summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-06 13:13:10 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-06 13:13:10 +0000
commit5a9f7345de08eb067a8fd1979f65bd5401ac939f (patch)
tree6b1164143c23b13d884d911fe5c3e4f62d281c15
parente647ebc6c68ebba8d9ad65c84e37d8ee949c4b22 (diff)
Bump versionv0.92
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f8cc8112..aa44ec1e 100644
--- 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')