author | mickeyl <mickeyl> | 2004-11-14 18:07:32 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-11-14 18:07:32 (UTC) |
commit | 23d70775cb18b2b759e12e810962891417a595bc (patch) (unidiff) | |
tree | a54ab6b1c357f6aefa2623a512b9e922386f4012 | |
parent | 4763ca7911e452b6e36b00999eb243e6549e5cb5 (diff) | |
download | opie-23d70775cb18b2b759e12e810962891417a595bc.zip opie-23d70775cb18b2b759e12e810962891417a595bc.tar.gz opie-23d70775cb18b2b759e12e810962891417a595bc.tar.bz2 |
Opie 1.1.7
-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 @@ | |||
1 | 2004-??-??Opie 1.1.x | 1 | 2004-11-14Opie 1.1.7 |
2 | 2 | ||
3 | New Features | 3 | New Features |
4 | ------------ | 4 | ------------ |
5 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 5 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
diff --git a/core/applets/aboutapplet/widget.ui b/core/applets/aboutapplet/widget.ui index bb8a893..4091c3c 100644 --- a/core/applets/aboutapplet/widget.ui +++ b/core/applets/aboutapplet/widget.ui | |||
@@ -41,9 +41,9 @@ | |||
41 | <cstring>TextLabel1</cstring> | 41 | <cstring>TextLabel1</cstring> |
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.6</b></center></string> | 45 | <string><center><b>The Open Palmtop Integrated Environment V1.1.7</b></center></string> |
46 | </property> | 46 | </property> |
47 | </widget> | 47 | </widget> |
48 | <widget row="1" column="1" > | 48 | <widget row="1" column="1" > |
49 | <class>QTabWidget</class> | 49 | <class>QTabWidget</class> |
diff --git a/library/version.h b/library/version.h index c084122..b210ed7 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.6-snapshot" | 2 | #define QPE_VERSION "1.1.7" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |