From 00319cc61db3cd633feec32780d9fb822434b6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 28 Mar 2010 23:25:24 +0200 Subject: Set version number and release date for version 0.1.0 --- HISTORY | 2 +- osdpip.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index fb12e78..5035ac4 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'osdpip' Revision History ------------------------------------ -____-__-__: Version 0.1.0 +2010-03-28: Version 0.1.0 - Moved to http://projects.vdr-developer.org/projects/show/plg-osdpip as community maintained project using a GIT repository diff --git a/osdpip.c b/osdpip.c index 29a73d1..a205af4 100644 --- a/osdpip.c +++ b/osdpip.c @@ -29,7 +29,7 @@ #include -static const char *VERSION = "0.0.10a"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = trNOOP("OSD Picture-in-Picture"); static const char *MAINMENUENTRY = trNOOP("Picture-in-Picture"); -- cgit v1.2.3