From da0122fa104e6bae61824e49b6f1007b9989b9c7 Mon Sep 17 00:00:00 2001 From: martinZuther Date: Fri, 15 Oct 2010 20:18:11 +0000 Subject: OSDneo2: Skript sucht sich jetzt die richtige Library heraus git-svn-id: https://svn.neo-layout.org@2352 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/osd/Settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/osd/Settings.py') diff --git a/linux/osd/Settings.py b/linux/osd/Settings.py index e20bccc..8eaf6be 100644 --- a/linux/osd/Settings.py +++ b/linux/osd/Settings.py @@ -4,7 +4,7 @@ ======== On screen display for learning the keyboard layout Neo2 - Copyright (c) 2009 Martin Zuther (http://www.mzuther.de/) + Copyright (c) 2009-2010 Martin Zuther (http://www.mzuther.de/) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -59,8 +59,8 @@ class Settings: # common application copyrights and information (only set here, private) self.__application__ = 'OSD Neo2' self.__cmd_line__ = 'OSDneo2' - self.__version__ = '0.12' - self.__years__ = '2009' + self.__version__ = '0.13' + self.__years__ = '2009-2010' self.__authors__ = 'Martin Zuther' self.__license_short__ = 'GPL version 3 (or later)' self.__license_long__ = """This program is free software: you can redistribute it and/or modify -- cgit v1.2.3