-rw-r--r-- | core/applets/aboutapplet/widget.ui | 2 | ||||
-rw-r--r-- | library/version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/applets/aboutapplet/widget.ui b/core/applets/aboutapplet/widget.ui index 3bbc5a2..ed4a1c4 100644 --- a/core/applets/aboutapplet/widget.ui +++ b/core/applets/aboutapplet/widget.ui @@ -33,25 +33,25 @@ <property stdset="1"> <name>spacing</name> <number>1</number> </property> <widget row="0" column="0" rowspan="1" colspan="2" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> - <string><center><b>The Open Palmtop Integrated Environment V1.2.1</b></center></string> + <string><center><b>The Open Palmtop Integrated Environment V1.2.2</b></center></string> </property> </widget> <widget row="1" column="1" > <class>QTabWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <property> <name>layoutMargin</name> </property> <property> diff --git a/library/version.h b/library/version.h index 8bf9197..270868b 100644 --- a/library/version.h +++ b/library/version.h @@ -1,4 +1,4 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.2.1" +#define QPE_VERSION "1.2.2" #define SUB_VERSION "" -#define OPIE_VERSION 102010 +#define OPIE_VERSION 102020 |