summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-11 13:00:40 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-11 13:00:40 +0000
commitdc71c7a22bb62fd6602f4196d33be9daea7b132d (patch)
tree16e056143e2f0749eb475b292998916f83bda6dc
parentf45f70f4a07bbf8bd794334c44126c6cfff6dac2 (diff)
Bump versionv1.4.4
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e5182d40..66fa5c87 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.4.3devel'
+VERSION = '1.4.4'
API_VERSION = '-1.0'
def options(opt):