Skip to content

Commit

Permalink
Bumped version to v3.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson, John T committed Sep 2, 2022
1 parent 8a5f52f commit f0c0fab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pcbgcode.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
%----------------------------------------------------------------------------------------

\title{\vspace{-15mm}\fontsize{24pt}{10pt}\selectfont\textbf{The PCB-GCODE User's Manual}\\[1em]
\fontsize{18pt}{10pt}\textsc{Version 3.6.5}\\[1em]
\fontsize{18pt}{10pt}\textsc{Version 3.6.6}\\[1em]
}

\author{
Expand Down
2 changes: 1 addition & 1 deletion pcb-gcode-setup.ulp
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ int Result = dlgDialog("pcb-gcode Setup") {
"<td><h6><center>Copyright 2003-2022 by"
" John Johnson Software, LLC.</center>"
"<center>All Rights Reserved</center>"
"<center>Version <em>3.6.5</em></center></h6></td>"
"<center>Version <em>3.6.6</em></center></h6></td>"
"</tr>"
"<tr><td></td><td><center>You have EAGLE version " + m_eagle_compatibility + "</center></td></tr>"
"</table>");
Expand Down
2 changes: 1 addition & 1 deletion pcb-gcode.ulp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "source/filename_subs.h"

#usage "<center><b>pcb-gcode&trade; Gcode Generation Utility</b><br>"
" Version 3.6.5<p>"
" Version 3.6.6<p>"
"Copyright&copy; 2003 - 2022 by John Johnson Software, LLC<br>"
"All Rights Reserved</center>"
"<p>"
Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'rake/clean'

# this will be improved later
PCB_GCODE_VERSION = "3.6.5"
PCB_GCODE_VERSION = "3.6.6"
VERSION_KEYWORD = '$VERSION$'

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

0 comments on commit f0c0fab

Please sign in to comment.