From abc614453db2cfd8d85b80ae49c61f1577e6c8f6 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Wed, 13 Oct 2010 02:50:36 +0200 Subject: [PATCH] updated version info for next release (v1.29) --- Readme.txt | 3 +++ build.pl | 2 +- comingNext/Info.plist | 4 ++-- comingNext/index.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Readme.txt b/Readme.txt index 210e2ad..176887d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -215,3 +215,6 @@ Changelog: - new app icon - updated "ComingNext Skin Fetcher" tool to version v1.3 (supports all 6 panel positions) +1.29 () by Michael Prager + - fixed events showing as "undefined" on Symbian^3 + - startup performance improvements diff --git a/build.pl b/build.pl index 9cb7288..69251a8 100644 --- a/build.pl +++ b/build.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -my $version = "1.28"; +my $version = "1.29"; use warnings; use strict; diff --git a/comingNext/Info.plist b/comingNext/Info.plist index 075d6bc..d04b9b4 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next 1.28 + DisplayName Coming Next 1.29 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.28 + Version 1.29 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNext/index.html b/comingNext/index.html index 9b4b815..372489b 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -67,7 +67,7 @@ var config = { // Nothing of interest from here on... //------------------------------------------------------- var panelNum = 0; // use 1 for second panel -var version = "1.28"; +var version = "1.29"; var versionURL = "http://comingnext.sourceforge.net/version.xml"; var calendarService = null; var cacheEntriesHtml = []; @@ -1320,6 +1320,7 @@ function sortCalendarEntries(a, b) return 0; } +