author | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
commit | 231688524c0c42303d580c4a6fc62958579f283b (patch) (unidiff) | |
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,4 +1,4 @@ | |||
1 | 2005-??-??Opie 1.1.9 | 1 | 2005-02-03Opie 1.1.9 |
2 | 2 | ||
3 | New Features | 3 | New Features |
4 | ------------ | 4 | ------------ |
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 | |||
@@ -42,7 +42,7 @@ | |||
42 | </property> | 42 | </property> |
43 | <property stdset="1"> | 43 | <property stdset="1"> |
44 | <name>text</name> | 44 | <name>text</name> |
45 | <string><center><b>The Open Palmtop Integrated Environment V1.1.8</b></center></string> | 45 | <string><center><b>The Open Palmtop Integrated Environment V1.2</b></center></string> |
46 | </property> | 46 | </property> |
47 | </widget> | 47 | </widget> |
48 | <widget row="1" column="1" > | 48 | <widget row="1" column="1" > |
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 @@ | |||
1 | #define QPE_VENDOR "Project Opie" | 1 | #define QPE_VENDOR "Project Opie" |
2 | #define QPE_VERSION "1.1.8-snapshot" | 2 | #define QPE_VERSION "1.1.9" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |