diff --git a/Iskaffe.mlapp b/Iskaffe.mlapp index 33ebd55..6b4fbf1 100644 Binary files a/Iskaffe.mlapp and b/Iskaffe.mlapp differ diff --git a/Iskaffe.prj b/Iskaffe.prj index 549f51a..dd3fda8 100644 --- a/Iskaffe.prj +++ b/Iskaffe.prj @@ -1,5 +1,5 @@ - + Iskaffe ${PROJECT_ROOT}\Iskaffe_resources\icon.ico @@ -8,7 +8,7 @@ ${PROJECT_ROOT}\Iskaffe_resources\icon_24.png ${PROJECT_ROOT}\Iskaffe_resources\icon_16.png - 0.1.0 + 0.1.1 Alexandre Schimel alexandre.schimel@ngu.no NGU @@ -16,7 +16,7 @@ ${PROJECT_ROOT}\Iskaffe_resources\splash.png - \Iskaffe\v0.1.0 + \Iskaffe\v0.1.1 option.installpath.programfiles ${PROJECT_ROOT}\Iskaffe_resources\splash_half.png @@ -34,7 +34,7 @@ true false false - iskaffe_v010_setup + iskaffe_v011_setup MyAppInstaller_mcr MyAppInstaller_app false diff --git a/Iskaffe/PackagingLog.html b/Iskaffe/PackagingLog.html index 40afdee..507cf4e 100644 --- a/Iskaffe/PackagingLog.html +++ b/Iskaffe/PackagingLog.html @@ -1,5 +1,5 @@
-mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.0' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico 
+mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.1' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico 
 Compiler version: 8.1 (R2020b)
 
 Analyzing file dependencies. 
@@ -10,7 +10,7 @@
 Packaging...
 Creating the bundle...
 Creating the install agent URL file...
-Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v010_setup.exe.
+Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v011_setup.exe.
 Packaging complete.
-Elapsed packaging time was: 30 seconds.
+Elapsed packaging time was: 25 seconds.
 
diff --git a/Iskaffe/for_redistribution/iskaffe_v010_setup.exe b/Iskaffe/for_redistribution/iskaffe_v011_setup.exe similarity index 90% rename from Iskaffe/for_redistribution/iskaffe_v010_setup.exe rename to Iskaffe/for_redistribution/iskaffe_v011_setup.exe index d4ee5ec..620f234 100644 Binary files a/Iskaffe/for_redistribution/iskaffe_v010_setup.exe and b/Iskaffe/for_redistribution/iskaffe_v011_setup.exe differ diff --git a/Iskaffe/for_redistribution_files_only/Iskaffe.exe b/Iskaffe/for_redistribution_files_only/Iskaffe.exe index e80cd80..f2ed90a 100644 Binary files a/Iskaffe/for_redistribution_files_only/Iskaffe.exe and b/Iskaffe/for_redistribution_files_only/Iskaffe.exe differ diff --git a/Iskaffe/for_testing/Iskaffe.exe b/Iskaffe/for_testing/Iskaffe.exe index e80cd80..f2ed90a 100644 Binary files a/Iskaffe/for_testing/Iskaffe.exe and b/Iskaffe/for_testing/Iskaffe.exe differ diff --git a/README.md b/README.md index 44cf656..db406de 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ alexandre.schimel@ngu.no ## Version History +* 0.1.1 + * Fix UTM zones in Norway + * Acquisition modes warning and in results + * Corrected dB level * 0.1 * Initial Release