]> code.delx.au - comingnext/commitdiff
updated "Skin Fetcher" to v1.4
authorMichael Prager <michael@pragers.de>
Tue, 17 May 2011 18:39:57 +0000 (20:39 +0200)
committerMichael Prager <michael@pragers.de>
Tue, 17 May 2011 18:39:57 +0000 (20:39 +0200)
ComingNext_SkinFetcher_v1.4.sisx [moved from ComingNext_SkinFetcher_v1.3.sisx with 70% similarity]
Readme.txt
build.pl

similarity index 70%
rename from ComingNext_SkinFetcher_v1.3.sisx
rename to ComingNext_SkinFetcher_v1.4.sisx
index d5f2c11aa8665a072a3a62b88d0b72249d156d2b..63c0d51fa191f686772ee8f252d910726b151fae 100644 (file)
Binary files a/ComingNext_SkinFetcher_v1.3.sisx and b/ComingNext_SkinFetcher_v1.4.sisx differ
index 7bf39fa74e3c8a294885ca173ec9befb17a1f8e7..bfebfafcfe6e6dce7a9623665087261e69632009 100644 (file)
@@ -274,3 +274,6 @@ Changelog:
   - fixed and improved spanish translation\r
   - added "enableLogging" option which needs to be turned on if you want to \r
     generate debug logs\r
+1.33 () by Michael Prager\r
+  - updated included "Skin Fetcher" tool to version 1.4 (now properly supports \r
+    N8, E7, C6, C6-01, C7 and X7)\r
index b429a9e95fdfb6523f601ffbe57dbb326efd96fd..6a7661158b3f8969b2e7ce64a6ae546a7d8421ca 100644 (file)
--- a/build.pl
+++ b/build.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl\r
 \r
-my $version = "1.32";
+my $version = "1.33";
 \r
 use warnings;\r
 use strict;\r
@@ -51,7 +51,7 @@ $zip->addFile("comingNextB.wgz");
 $zip->addFile("comingNextC.wgz");\r
 $zip->addFile("Readme.txt");\r
 $zip->addFile("License.txt");\r
-$zip->addFile("ComingNext_SkinFetcher_v1.3.sisx");\r
+$zip->addFile("ComingNext_SkinFetcher_v1.4.sisx");\r
 $zip->writeToFileNamed("comingNext_v$version.zip");\r
 \r
 #########################################\r