-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,20 +1,22 @@ 2004-??-?? The Opie Team <opie@handhelds.org> + * Improved big-screen support (zecke,ar) * Improved multikeyboard support, added keyboard layout switching applet (mouse) * Added a new mail client based on libetpan (harlekin,alwin,jgf) * Added new package manager - opie-packagemanager (drw) * Improved light-n-power for C7x0 (mickeyl) * Added automatic rotation support for C7x0 (treke) + * Split libopie1 up into a set of smaller - functionality grouped - libraries (mickeyl) 2003-11-29 The Opie Team <opie@handhelds.org> * Released as Version 1.0.3 * Improved i18n (various contributors) * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) * Made the Documents Tab optional (mickeyl) * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) 2003-08-04 The Opie Team <opie@handhelds.org> * Released as Version 1.0.0 * Including a PPP module for easy dial up (tille,harlekin,zecke) 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 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.0-snapshot" +#define QPE_VERSION "1.1.1-snapshot" #define SUB_VERSION "" |