Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f0d5579858da1223b937e7083a98a7b8 |
User & Date: | kevin 2017-01-14 03:14:55 |
Context
2017-01-15
| ||
01:50 | Further refinements for 2.8 check-in: fecc9759b9 user: kevin tags: trunk | |
2017-01-14
| ||
03:14 | Bump version check-in: f0d5579858 user: kevin tags: trunk | |
02:57 | Changes for SSL update mechanism, minor UI tweaks check-in: da04ca82e0 user: kevin tags: trunk | |
Changes
Changes to filemorph.pl.
︙ | ︙ | |||
1078 1079 1080 1081 1082 1083 1084 | &Tkx::machelp__userhelp; } #initialize the app sub startUp { $appname = 'FileMorph'; | | | 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 | &Tkx::machelp__userhelp; } #initialize the app sub startUp { $appname = 'FileMorph'; $appversion = '2.8'; &Tkx::machelp__setAppName( $appname, $appversion ); &Tkx::softwareupdate__setAppName($appname); &Tkx::softwareupdate__setVersion( $appname, $appversion ); #check for app support directory our $prefdir = Tkx::xplat__appconfig("FileMorph"); mkdir $prefdir unless ( -d $prefdir ); |
︙ | ︙ |