Bump version v0.79
authorCarl Hetherington <cth@carlh.net>
Fri, 30 Aug 2013 22:04:45 +0000 (23:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 30 Aug 2013 22:04:45 +0000 (23:04 +0100)
wscript

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