Skip to content

Commit 81e9385

Browse files
committed
qtplasmac: fix version info
1 parent 5262cd0 commit 81e9385

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

lib/python/qtvcp/lib/qtplasmac/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import os
2323
from shutil import copy as COPY
2424

25-
# remove the qtplasmac link from the config directory (pre V1.???.??? 2022/??/??)
25+
# remove the qtplasmac link from the config directory (pre V1.225.208 2022/06/29)
2626
def remove_qtplasmac_link(inifile):
2727
tmpFile = '{}~'.format(inifile)
2828
COPY(inifile, tmpFile)

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.225.207'
1+
VERSION = '1.225.208'
22

33
'''
44
qtplasmac_handler.py
@@ -2177,7 +2177,7 @@ def update_check(self):
21772177
startupCode = self.iniFile.find('RS274NGC', 'RS274NGC_STARTUP_CODE')
21782178
if 'metric_startup' in startupCode or 'imperial_startup' in startupCode:
21792179
UPDATER.rs274ngc_startup_code(INIPATH)
2180-
# remove the qtplasmc link from the config directory (pre V1.???.??? 2022/??/??)
2180+
# remove the qtplasmac link from the config directory (pre V1.225.208 2022/06/29)
21812181
if os.path.exists(os.path.join(self.PATHS.CONFIGPATH, 'qtplasmac')):
21822182
# stage 1: set up for unlinking on the next run of qtplasmac
21832183
if 'code.py' in self.iniFile.find('FILTER', 'ngc'):

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ <h2>QtPlasmaC Version History</h2>
3030
</table>
3131
<br>
3232
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+
<br><b><u>v1.225.208 2022 June 29</u></b>
34+
<ul style="margin:0;">
35+
<li>remove link in config directory</li>
36+
</ul>
37+
3338
<br><b><u>v1.225.207 2022 June 25</u></b>
3439
<ul style="margin:0;">
3540
<li>change rs274 startup to code instead of subroutine</li>
41+
</ul>
3642

3743
<br><b><u>v1.225.206 2022 June 23</u></b>
3844
<ul style="margin:0;">

0 commit comments

Comments
 (0)