Bump version v0.68
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 18:22:17 +0000 (19:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 18:22:17 +0000 (19:22 +0100)
wscript

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