Updated to beta 8

This commit is contained in:
Sergio Costas 2014-12-28 18:55:34 +01:00
parent be37896b73
commit 0a437b5bbb
3 changed files with 8 additions and 2 deletions

View file

@ -47,6 +47,12 @@ Some of the future ideas to add to Devede NG are, without an specific order:
## History of versions ##
* version 0.1 beta 8 (2014-12-28)
* Added an extra fix for AVPROBE and FFPROBE, using the human readable strings to get the duration
* Cleaner code for AVPROBE and FFPROBE
* Removed devedesans.ttf file
* Updated the setup.py file
* version 0.1 beta 7 (2014-12-28)
* Moved the priority of MPLAYER over AVPROBE and FFPROBE until I discover what is happening with some data fields

View file

@ -59,7 +59,7 @@ compile_translations()
setup(
name='devedeng',
version='0.1.0.beta7',
version='0.1.0.beta8',
description='A video DVD creator',
long_description = "A program that allows to create video DVDs",

View file

@ -35,7 +35,7 @@ class configuration(GObject.GObject):
def __init__(self):
GObject.GObject.__init__(self)
self.version = "0.1 Beta 7"
self.version = "0.1 Beta 8"
def fill_config(self):