diff --git a/HISTORY.md b/HISTORY.md index edb1b23..8ecfbc2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,7 @@ ## History of versions ## +* version 4.8.8 (2017-02-07) + * Fixed genisoimage bug with some locales + * version 4.8.7 (2017-01-29) * Allows to translate the "Play all" text in the DVD menu * Fixed mkisofs bug with some locales diff --git a/setup.py b/setup.py index 3422398..2900ef5 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ except: setup( name='devedeng', - version='4.8.7', + version='4.8.8', description='A video DVD creator', long_description="A program that allows to create video DVDs",