-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -24,4 +24,5 @@ -------- * #1005 - Fixed backup to CompactFlash (ar) + * #1167 - Fixed Opie write crashing on more text than one page (ar) * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) * #1359 - Fixed bookmarks in Gutenbrowser (ljp) diff --git a/library/version.h b/library/version.h index 4d27e24..c084122 100644 --- a/library/version.h +++ b/library/version.h @@ -1,3 +1,3 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.6" +#define QPE_VERSION "1.1.6-snapshot" #define SUB_VERSION "" |