diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 18:24:58 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 18:24:58 +0000 |
commit | 0bb8232901f422ebc23b5d7862d010daad5dbdec (patch) | |
tree | 675427c7f4269873582ceab735b546a3dd455590 /src/version.h | |
parent | 5335274e49dee2a125dcfec4548ba52c8292a05a (diff) | |
download | vdr-plugin-menuorg-0.2.tar.gz vdr-plugin-menuorg-0.2.tar.bz2 |
fixed burn plugin bug0.2
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5983 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |