From: Michael Prager Date: Tue, 23 Feb 2010 01:50:10 +0000 (+0100) Subject: updated version info for next release X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/35bacd7c90ae56f8d1733608f191ea133bf0ea7e updated version info for next release --- 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 = [];