author | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
commit | 231688524c0c42303d580c4a6fc62958579f283b (patch) (side-by-side diff) | |
tree | 9cb9211b25da089660cb97c275c7be770e4b0b72 | |
parent | 123309c4579848e9b23acb8471c54713c101d193 (diff) | |
download | opie-231688524c0c42303d580c4a6fc62958579f283b.zip opie-231688524c0c42303d580c4a6fc62958579f283b.tar.gz opie-231688524c0c42303d580c4a6fc62958579f283b.tar.bz2 |
prepare for next version
-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,9 +1,9 @@ -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) * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) * Usability enhancements in OpieIRC (skyhusker) Fixed Bugs 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 @@ -37,17 +37,17 @@ <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.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> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> 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 "" |