From f0c0fab1aae12ea10f5efbc302c4f4063aeee19d Mon Sep 17 00:00:00 2001 From: "Johnson, John T" Date: Fri, 2 Sep 2022 13:21:13 -0400 Subject: [PATCH] Bumped version to v3.6.6. --- docs/pcbgcode.tex | 2 +- pcb-gcode-setup.ulp | 2 +- pcb-gcode.ulp | 2 +- rakefile.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pcbgcode.tex b/docs/pcbgcode.tex index 3926d94..3960e02 100644 --- a/docs/pcbgcode.tex +++ b/docs/pcbgcode.tex @@ -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{ diff --git a/pcb-gcode-setup.ulp b/pcb-gcode-setup.ulp index 63e8368..5454533 100644 --- a/pcb-gcode-setup.ulp +++ b/pcb-gcode-setup.ulp @@ -507,7 +507,7 @@ int Result = dlgDialog("pcb-gcode Setup") { "
Copyright 2003-2022 by" " John Johnson Software, LLC.
" "
All Rights Reserved
" - "
Version 3.6.5
" + "
Version 3.6.6
" "" "
You have EAGLE version " + m_eagle_compatibility + "
" ""); diff --git a/pcb-gcode.ulp b/pcb-gcode.ulp index e29428d..4f31986 100644 --- a/pcb-gcode.ulp +++ b/pcb-gcode.ulp @@ -21,7 +21,7 @@ #include "source/filename_subs.h" #usage "
pcb-gcode™ Gcode Generation Utility
" - " Version 3.6.5

" + " Version 3.6.6

" "Copyright© 2003 - 2022 by John Johnson Software, LLC
" "All Rights Reserved

" "

" diff --git a/rakefile.rb b/rakefile.rb index e8b773f..6dd722f 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -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"