File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858% ----------------------------------------------------------------------------------------
5959
6060\title {\vspace {-15mm}\fontsize {24pt}{10pt}\selectfont \textbf {The PCB-GCODE User's Manual }\\ [1em]
61- \fontsize {18pt}{10pt}\textsc {Version 3.6.5 }\\ [1em]
61+ \fontsize {18pt}{10pt}\textsc {Version 3.6.6 }\\ [1em]
6262}
6363
6464\author {
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ int Result = dlgDialog("pcb-gcode Setup") {
507507 "<td><h6><center>Copyright 2003-2022 by"
508508 " John Johnson Software, LLC.</center>"
509509 "<center>All Rights Reserved</center>"
510- "<center>Version <em>3.6.5 </em></center></h6></td>"
510+ "<center>Version <em>3.6.6 </em></center></h6></td>"
511511 "</tr>"
512512 "<tr><td></td><td><center>You have EAGLE version " + m_eagle_compatibility + "</center></td></tr>"
513513 "</table>");
Original file line number Diff line number Diff line change 2121#include "source/filename_subs.h"
2222
2323#usage "<center><b>pcb-gcode™ Gcode Generation Utility</b><br>"
24- " Version 3.6.5 <p>"
24+ " Version 3.6.6 <p>"
2525 "Copyright© 2003 - 2022 by John Johnson Software, LLC<br>"
2626 "All Rights Reserved</center>"
2727 "<p>"
Original file line number Diff line number Diff line change 66require 'rake/clean'
77
88# this will be improved later
9- PCB_GCODE_VERSION = "3.6.5 "
9+ PCB_GCODE_VERSION = "3.6.6 "
1010VERSION_KEYWORD = '$VERSION$'
1111
1212RELEASE_FILE = "~/Documents/pcb-gcode-#{ PCB_GCODE_VERSION } .zip"
You can’t perform that action at this time.
0 commit comments