From 35bacd7c90ae56f8d1733608f191ea133bf0ea7e Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Tue, 23 Feb 2010 02:50:10 +0100 Subject: [PATCH] updated version info for next release --- .gitignore | 1 + Readme.txt | 2 ++ build.pl | 2 +- comingNext/Info.plist | 4 ++-- comingNext/index.html | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 26a4d0e..a2b7b69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.zip *.wgz +comingNextB \ No newline at end of file diff --git a/Readme.txt b/Readme.txt index 0c8e7f8..80bc0bf 100644 --- a/Readme.txt +++ b/Readme.txt @@ -181,3 +181,5 @@ Changelog: new skin fetcher tool). With this, you won't need to modify the widget anymore to use a custom background image - added portuguese-brazilian translation by Flavio Nathan +1.26 () by Michael Prager + - fixed second panel showing the same events as the first panel diff --git a/build.pl b/build.pl index dadeb28..467b71a 100644 --- a/build.pl +++ b/build.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -my $version = "1.25"; +my $version = "1.26"; use warnings; use strict; diff --git a/comingNext/Info.plist b/comingNext/Info.plist index 3aa5d5b..45dbfee 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next 1.25 + DisplayName Coming Next 1.26 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.25 + Version 1.26 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNext/index.html b/comingNext/index.html index cadf329..82abc58 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -63,7 +63,7 @@ var config = { // Nothing of interest from here on... //------------------------------------------------------- var panelNum = 0; // use 1 for second panel -var version = "1.25"; +var version = "1.26"; var versionURL = "http://comingnext.sourceforge.net/version.xml"; var calendarService = null; var cacheEntriesHtml = []; -- 2.39.2