summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-02-22 14:18:00 (UTC)
committer mickeyl <mickeyl>2004-02-22 14:18:00 (UTC)
commite6e439b6474858d26b14ac9e738d9c5b9b08c780 (patch) (unidiff)
tree83010bc091c4c6ff3039995628eb9f9f5ad94fdd
parent5bc4dbd932fcfa64773b6e17fe57c665bdcd50b8 (diff)
downloadopie-e6e439b6474858d26b14ac9e738d9c5b9b08c780.zip
opie-e6e439b6474858d26b14ac9e738d9c5b9b08c780.tar.gz
opie-e6e439b6474858d26b14ac9e738d9c5b9b08c780.tar.bz2
update and increment version, we don't want to go from 1.1.0 to 1.2.0 don't we? ;)
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog2
-rw-r--r--library/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4e09d..37a8007 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,21 @@
1 2004-??-??The Opie Team <opie@handhelds.org> 1 2004-??-??The Opie Team <opie@handhelds.org>
2 2
3 * Improved big-screen support (zecke,ar)
3 * Improved multikeyboard support, added keyboard layout switching applet (mouse) 4 * Improved multikeyboard support, added keyboard layout switching applet (mouse)
4 * Added a new mail client based on libetpan (harlekin,alwin,jgf) 5 * Added a new mail client based on libetpan (harlekin,alwin,jgf)
5 * Added new package manager - opie-packagemanager (drw) 6 * Added new package manager - opie-packagemanager (drw)
6 * Improved light-n-power for C7x0 (mickeyl) 7 * Improved light-n-power for C7x0 (mickeyl)
7 * Added automatic rotation support for C7x0 (treke) 8 * Added automatic rotation support for C7x0 (treke)
9 * Split libopie1 up into a set of smaller - functionality grouped - libraries (mickeyl)
8 10
9 2003-11-29The Opie Team <opie@handhelds.org> 11 2003-11-29The Opie Team <opie@handhelds.org>
10 12
11 * Released as Version 1.0.3 13 * Released as Version 1.0.3
12 * Improved i18n (various contributors) 14 * Improved i18n (various contributors)
13 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) 15 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin)
14 * Made the Documents Tab optional (mickeyl) 16 * Made the Documents Tab optional (mickeyl)
15 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) 17 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken)
16 18
17 2003-08-04The Opie Team <opie@handhelds.org> 19 2003-08-04The Opie Team <opie@handhelds.org>
18 20
19 * Released as Version 1.0.0 21 * Released as Version 1.0.0
diff --git a/library/version.h b/library/version.h
index 02e9bfe..64d59b6 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.0-snapshot" 2#define QPE_VERSION "1.1.1-snapshot"
3#define SUB_VERSION "" 3#define SUB_VERSION ""