summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 818fb3e7f..9100198e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-dcpomatic (1.00beta1-1) UNRELEASED; urgency=low
+dcpomatic (1.00-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:04:47 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:05:38 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index da833fa26..226a169a5 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.00beta1'
+VERSION = '1.00'
def options(opt):
opt.load('compiler_cxx')