Bump version v0.81
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Oct 2013 15:28:34 +0000 (16:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Oct 2013 15:28:34 +0000 (16:28 +0100)
wscript

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