diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:37:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:37:04 +0000 |
| commit | 8af1e619711935692a8323682a8fcec062aa4acc (patch) | |
| tree | ca0599fa06751b51b894dc4e1d00b0b2cc78c730 | |
| parent | 0f7e77b8c2da9868dd8c9179c5b46499d5c4618f (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-03-01 Carl Hetherington <cth@carlh.net> + + * Version 0.76beta1 released. + 2013-02-27 Carl Hetherington <cth@carlh.net> * Version 0.75 released. diff --git a/debian/changelog b/debian/changelog index 762660da9..1889c62b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.76beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 01 Mar 2013 17:36:55 +0000 + dvdomatic (0.75-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.76pre' +VERSION = '0.76beta1' def options(opt): opt.load('compiler_cxx') |
