author | mickeyl <mickeyl> | 2004-03-24 00:25:52 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-24 00:25:52 (UTC) |
commit | 5321d6165e1192584cd42df657d01b1e217292b9 (patch) (side-by-side diff) | |
tree | a36e0556f48cab6a69e3504e1dafb0098d340965 | |
parent | cc2fd242ec29023784748e6c9d662cb1f89e83ec (diff) | |
download | opie-5321d6165e1192584cd42df657d01b1e217292b9.zip opie-5321d6165e1192584cd42df657d01b1e217292b9.tar.gz opie-5321d6165e1192584cd42df657d01b1e217292b9.tar.bz2 |
add namespace comment to changelog and bump version number
-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,6 +1,7 @@ 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) * Added benchmarking functionality to sysinfo (mickeyl) * Added applet and configuration application for switching hardware keyboard layouts (alwin) @@ -47,9 +47,9 @@ ifeq ($(QPE_VERSION),) VERSION_PAT:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$(OPIEDIR)/library/version.h)) QPE_VERSION:=$(VERSION_MAJ).$(VERSION_MIN).$(VERSION_PAT) ifeq ($(QPE_VERSION),..) - QPE_VERSION=1.1.0 + QPE_VERSION=1.1.2 endif endif export QPE_VERSION 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 "" |