From 02ea5e4b7af353e0f8352e05ccb44170629af7db Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Mon, 15 Nov 2010 11:23:43 +0100 Subject: [PATCH] bumped version number for 1.30 release --- build.pl | 2 +- comingNext/Info.plist | 4 ++-- comingNext/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.pl b/build.pl index 4cc972d..f06477e 100644 --- a/build.pl +++ b/build.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -my $version = "1.29"; +my $version = "1.30"; use warnings; use strict; diff --git a/comingNext/Info.plist b/comingNext/Info.plist index 65e2aae..d820640 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName ComingNext 1.29 + DisplayName ComingNext 1.30 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.29 + Version 1.30 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNext/index.html b/comingNext/index.html index e8a4840..383f8e1 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -75,7 +75,7 @@ var config = { // Nothing of interest from here on... //------------------------------------------------------- var panelNum = 0; // use 1 for second panel -var version = "1.29"; +var version = "1.30"; var versionURL = "http://comingnext.sourceforge.net/version.xml"; var calendarService = null; var cacheEntriesHtml = []; -- 2.39.2