-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | library/version.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -25,16 +25,17 @@ | |||
25 | * n.a. - Set version to 1.2.1 in About applet (hrw) | 25 | * n.a. - Set version to 1.2.1 in About applet (hrw) |
26 | * n.a. - add firstusage and background pictures for 480x640 devices (mickeyl) | 26 | * n.a. - add firstusage and background pictures for 480x640 devices (mickeyl) |
27 | * n.a. - many bluetooth fixes (korovkin) | 27 | * n.a. - many bluetooth fixes (korovkin) |
28 | 28 | ||
29 | Internal | 29 | Internal |
30 | -------- | 30 | -------- |
31 | * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw) | 31 | * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw) |
32 | * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) | 32 | * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) |
33 | * library/version.h: introduce integer version code in OPIE_VERSION for conditional compilation | ||
33 | 34 | ||
34 | 2005-09-11Opie 1.2.1 | 35 | 2005-09-11Opie 1.2.1 |
35 | 36 | ||
36 | 37 | ||
37 | New Features | 38 | New Features |
38 | ------------ | 39 | ------------ |
39 | * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) | 40 | * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) |
40 | * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) | 41 | * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) |
diff --git a/library/version.h b/library/version.h index a3b920d..8bf9197 100644 --- a/library/version.h +++ b/library/version.h | |||
@@ -1,3 +1,4 @@ | |||
1 | #define QPE_VENDOR "Project Opie" | 1 | #define QPE_VENDOR "Project Opie" |
2 | #define QPE_VERSION "1.2.1" | 2 | #define QPE_VERSION "1.2.1" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |
4 | #define OPIE_VERSION 102010 | ||