Skip to content

Commit

Permalink
Bump version number to 9.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Aug 31, 2023
1 parent dd48024 commit ef42bb2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.1 Summary\n"
" Soar 9.6.2 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.1 [list load [file join $dir libTcl_sml_ClientInterface.so]]
package ifneeded tcl_sml_clientinterface 9.6.2 [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.1 [list load [file join $dir libTcl_sml_ClientInterface.dylib]]
package ifneeded tcl_sml_clientinterface 9.6.2 [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.1 [list load [file join $dir Tcl_sml_ClientInterface.dll]]
package ifneeded tcl_sml_clientinterface 9.6.2 [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 1
#define MICRO_VERSION_NUMBER 2
#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 1
#define SML_MICRO_VERSION_NUMBER 2
#define SML_GREEK_VERSION_NUMBER 0
inline const char* SML_VERSION_STRING()
{
Expand Down
4 changes: 2 additions & 2 deletions Java/Debugger/manifest1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.1
Built-By: Mazin
Version: 9.6.2
Built-By: Nathan Glenn
Copyright: (c) The Regents of the University of Michigan, 2010
Main-Class: edu.umich.soar.debugger.Application
Class-Path: . soar-smljava.jar swt.jar swtgraphics2d.jar sml.jar soar-debugger-api.jar
Expand Down
2 changes: 1 addition & 1 deletion Kernel.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "Soar Kernel"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 9.3.2_2.04.13
PROJECT_NUMBER = 9.6.2_0.08.23

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from build_support.tcl import prepare_for_compiling_with_tcl

join = os.path.join

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

soarversionFile = open('soarversion', 'w')
Expand Down
2 changes: 1 addition & 1 deletion SML.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "Soar SML"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 9.3.2_2.04.13
PROJECT_NUMBER = 9.6.2_0.08.23

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down

0 comments on commit ef42bb2

Please sign in to comment.