Skip to content

Commit f0c0fab

Browse files
author
Johnson, John T
committed
Bumped version to v3.6.6.
1 parent 8a5f52f commit f0c0fab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/pcbgcode.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
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{

pcb-gcode-setup.ulp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>");

pcb-gcode.ulp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "source/filename_subs.h"
2222

2323
#usage "<center><b>pcb-gcode&trade; Gcode Generation Utility</b><br>"
24-
" Version 3.6.5<p>"
24+
" Version 3.6.6<p>"
2525
"Copyright&copy; 2003 - 2022 by John Johnson Software, LLC<br>"
2626
"All Rights Reserved</center>"
2727
"<p>"

rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'rake/clean'
77

88
# this will be improved later
9-
PCB_GCODE_VERSION = "3.6.5"
9+
PCB_GCODE_VERSION = "3.6.6"
1010
VERSION_KEYWORD = '$VERSION$'
1111

1212
RELEASE_FILE = "~/Documents/pcb-gcode-#{PCB_GCODE_VERSION}.zip"

0 commit comments

Comments
 (0)