diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-16 21:19:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-16 21:19:35 +0000 |
| commit | b10f5d0458fbf276c4870e0b83be8ce622a75f4c (patch) | |
| tree | 8e47269fe5a6261664d1a38ebfdab0c43ce5cd5e | |
| parent | 5d574b9285ba2cb57903174019e9e2d369cd607e (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-02-16 Carl Hetherington <cth@carlh.net> + + * Version 0.73beta1 released. + 2013-02-15 Carl Hetherington <cth@carlh.net> * Fix non-recognition of BMP for still images (#55), diff --git a/debian/changelog b/debian/changelog index 9ee5288ba..0c3e4ea8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sat, 16 Feb 2013 21:19:24 +0000 + dvdomatic (0.72-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73pre' +VERSION = '0.73beta1' def options(opt): opt.load('compiler_cxx') |
