diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | src/version.h | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -4,3 +4,9 @@ VDR Plugin 'menuorg' Revision History 2007-08-24: Version 0.1 - Initial revision. + +2007-08-25: Version 0.2 + +- Fixed bug with burn plug-in - cPlugin::MainMenuEntry() should not be called + before all plug-ins Intialize() and Start() were called. + diff --git a/src/version.h b/src/version.h index 9510f84..105c644 100644 --- a/src/version.h +++ b/src/version.h @@ -16,13 +16,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id:$ + * $Id$ * */ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.1"; +static const char VERSION[] = "0.2"; #endif |