From: Flavio Tordini Date: Fri, 20 Nov 2009 18:32:09 +0000 (+0100) Subject: 0.8.1 X-Git-Tag: 0.8.1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=beabc741ee59f83caaa8c8dc13a289bfbe08b9d8;p=minitube 0.8.1 --- diff --git a/CHANGES b/CHANGES index a5c5c30..23f08aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.8.1 November 20, 2009 +- Fix showstopper bug: Normal quality videos won't play when HD mode is enabled +- Turkish translation by Ali E. Ä°mrek + 0.8 - November 16, 2009 - HD video support - Volume level and mute is restored accross sessions diff --git a/src/Constants.h b/src/Constants.h index cec7f2a..adebc36 100755 --- a/src/Constants.h +++ b/src/Constants.h @@ -4,7 +4,7 @@ #include namespace Constants { - static const char *VERSION = "0.8"; + static const char *VERSION = "0.8.1"; static const char *APP_NAME = "Minitube"; static const char *ORG_NAME = "Flavio Tordini"; static const char *ORG_DOMAIN = "flavio.tordini.org";