-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | core/applets/aboutapplet/widget.ui | 2 | ||||
-rw-r--r-- | library/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -2005-??-?? Opie 1.1.9 +2005-02-03 Opie 1.1.9 New Features ------------ * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) diff --git a/core/applets/aboutapplet/widget.ui b/core/applets/aboutapplet/widget.ui index beefedc..7f53c66 100644 --- a/core/applets/aboutapplet/widget.ui +++ b/core/applets/aboutapplet/widget.ui @@ -41,9 +41,9 @@ <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> - <string><center><b>The Open Palmtop Integrated Environment V1.1.8</b></center></string> + <string><center><b>The Open Palmtop Integrated Environment V1.2</b></center></string> </property> </widget> <widget row="1" column="1" > <class>QTabWidget</class> diff --git a/library/version.h b/library/version.h index ee2fa9f..826a567 100644 --- a/library/version.h +++ b/library/version.h @@ -1,3 +1,3 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.8-snapshot" +#define QPE_VERSION "1.1.9" #define SUB_VERSION "" |