summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-28 17:04:48 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-28 17:04:48 +0100
commite7058ad8e49402b56825f40a4374a1a9872fb6ab (patch)
tree8cdf39aa3dc4b6968bce4ab76204350d51178b9f
parent61e9f1cdcb4b6e2939b8999381411c3d885f863d (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a6dc65858..e9138fffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-28 Carl Hetherington <cth@carlh.net>
+
+ * Version 1.00beta1 released.
+
2013-07-08 Carl Hetherington <cth@carlh.net>
* Version 0.108 released.
diff --git a/debian/changelog b/debian/changelog
index 1cb0a7d31..818fb3e7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-dcpomatic (0.88-1) UNRELEASED; urgency=low
+dcpomatic (1.00beta1-1) UNRELEASED; urgency=low
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@houllier.lan> Sun, 28 Apr 2013 16:28:17 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 28 Aug 2013 17:04:47 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 76c8b62a4..da833fa26 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.00pre'
+VERSION = '1.00beta1'
def options(opt):
opt.load('compiler_cxx')