-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Vars.make | 2 | ||||
-rw-r--r-- | library/version.h | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ 2004-??-?? The Opie Team <opie@handhelds.org> + * Added namespace usage in libopie2 and everywhere (zecke,alwin) * Enabled the possibility to pass command line arguments to applications (mickeyl) * Added an about applet showing some credits and information about Opie (mickeyl) @@ -49,5 +49,5 @@ ifeq ($(QPE_VERSION),) ifeq ($(QPE_VERSION),..) - QPE_VERSION=1.1.0 + QPE_VERSION=1.1.2 endif endif diff --git a/library/version.h b/library/version.h index 64d59b6..2590dad 100644 --- a/library/version.h +++ b/library/version.h @@ -1,3 +1,3 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.1-snapshot" +#define QPE_VERSION "1.1.2-snapshot" #define SUB_VERSION "" |