Skip to content

Commit

Permalink
Update version numbers to 9.6.3 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Jun 28, 2024
1 parent 7e95e66 commit 0179668
Show file tree
Hide file tree
Showing 9 changed files with 1,626 additions and 1,626 deletions.
2 changes: 1 addition & 1 deletion Core/CLI/src/cli_help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3456,7 +3456,7 @@ void initdocstrings()
"current state of execution and which capabilities of Soar are enabled:\n"
"\n"
" =======================================================\n"
" Soar 9.6.2 Summary\n"
" Soar 9.6.3 Summary\n"
" =======================================================\n"
" Enabled: Core, EBC, SMem, EpMem\n"
" Disabled: SVS, RL, WMA, SSA\n"
Expand Down
2 changes: 1 addition & 1 deletion Core/ClientSMLSWIG/Tcl/pkgIndex_linux.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded tcl_sml_clientinterface 9.6.2 [list load [file join $dir libTcl_sml_ClientInterface.so]]
package ifneeded tcl_sml_clientinterface 9.6.3 [list load [file join $dir libTcl_sml_ClientInterface.so]]
2 changes: 1 addition & 1 deletion Core/ClientSMLSWIG/Tcl/pkgIndex_mac.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded tcl_sml_clientinterface 9.6.2 [list load [file join $dir libTcl_sml_ClientInterface.dylib]]
package ifneeded tcl_sml_clientinterface 9.6.3 [list load [file join $dir libTcl_sml_ClientInterface.dylib]]
2 changes: 1 addition & 1 deletion Core/ClientSMLSWIG/Tcl/pkgIndex_win.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded tcl_sml_clientinterface 9.6.2 [list load [file join $dir Tcl_sml_ClientInterface.dll]]
package ifneeded tcl_sml_clientinterface 9.6.3 [list load [file join $dir Tcl_sml_ClientInterface.dll]]
4 changes: 2 additions & 2 deletions Core/shared/soarversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ soar-vars.bat in root
*/
#define MAJOR_VERSION_NUMBER 9
#define MINOR_VERSION_NUMBER 6
#define MICRO_VERSION_NUMBER 2
#define MICRO_VERSION_NUMBER 3
#define GREEK_VERSION_NUMBER 0
inline const char* VERSION_STRING()
{
Expand All @@ -26,7 +26,7 @@ inline const char* VERSION_STRING()

#define SML_MAJOR_VERSION_NUMBER 9
#define SML_MINOR_VERSION_NUMBER 6
#define SML_MICRO_VERSION_NUMBER 2
#define SML_MICRO_VERSION_NUMBER 3
#define SML_GREEK_VERSION_NUMBER 0
inline const char* SML_VERSION_STRING()
{
Expand Down
2 changes: 1 addition & 1 deletion Java/Debugger/manifest1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Created-By: 1.6.0_26-b03 (Sun Microsystems Inc.)
Title: soar-debugger
Vendor: University of Michigan
Date: February 24 2012 1742
Version: 9.6.2
Version: 9.6.3
Built-By: Nathan Glenn
Copyright: (c) The Regents of the University of Michigan, 2010
Main-Class: edu.umich.soar.debugger.Application
Expand Down
1,618 changes: 809 additions & 809 deletions Kernel.doxyfile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from build_support.tcl import prepare_for_compiling_with_tcl

join = os.path.join

SOAR_VERSION = "9.6.2"
SOAR_VERSION = "9.6.3"
CPP_STD_VERSION = "c++17"

soarversionFile = open('soarversion', 'w')
Expand Down
1,618 changes: 809 additions & 809 deletions SML.doxyfile

Large diffs are not rendered by default.

0 comments on commit 0179668

Please sign in to comment.