Skip to content

Commit

Permalink
beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingk committed Mar 3, 2020
1 parent a985a7d commit 55a329e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/kVIS3.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="205849225" file="/Users/kai/Projects/kVIS3/kVIS3/deploy/kVIS3.prj" location="/Users/kai/Projects/kVIS3/kVIS3/deploy" name="kVIS3" target="target.mlapps" target-name="Package App">
<configuration build-checksum="4196006818" file="/Users/kai/Projects/kVIS3/kVIS3/deploy/kVIS3.prj" location="/Users/kai/Projects/kVIS3/kVIS3/deploy" name="kVIS3" target="target.mlapps" target-name="Package App">
<param.appname>kVIS3</param.appname>
<param.authnamewatermark>Kai</param.authnamewatermark>
<param.email />
Expand All @@ -11,9 +11,9 @@
<file>${PROJECT_ROOT}/kVIS3_resources/icon_16.png</file>
</param.icons>
<param.summary />
<param.description>Beta 6 release</param.description>
<param.description>Beta 7 release</param.description>
<param.screenshot />
<param.version>1.0.0.6</param.version>
<param.version>1.0.0.7</param.version>
<param.products.name>
<item>MATLAB</item>
</param.products.name>
Expand Down
2 changes: 1 addition & 1 deletion src/UI/kVIS_uiSetupFramework.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
%
% Assign the a name to appear in the window title.
%
set(appWindow,'name',['kVIS3 beta 006 - BSP: ' BSP_Info.Name ' build ' BSP_Info.Version]);
set(appWindow,'name',['kVIS3 beta 007 - BSP: ' BSP_Info.Name ' build ' BSP_Info.Version]);

%
% get handle structure
Expand Down

0 comments on commit 55a329e

Please sign in to comment.