Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Oct 31, 2023
1 parent 4d57e3a commit 3844e2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/ai/deai/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Import( 'parent_env parent_targets parent_report' )
envModule = parent_env.Clone()

# fetch values in expanded form for later use
versionString = '1.5'
versionString = '1.19'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down
2 changes: 1 addition & 1 deletion src/modules/audio/openal/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ envModule.Append( CPPFLAGS = parent_env[ 'MODULE_CPPFLAGS' ] )
envModule.Append( LINKFLAGS = parent_env[ 'MODULE_LINKFLAGS' ] )

# fetch values in expanded form for later use
versionString = '1.17'
versionString = '1.19'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down
2 changes: 1 addition & 1 deletion src/modules/graphic/opengl/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if envModule['with_debug']:
appendLibrary(envModule, parent_targets['shared_vulkan'], libs)

# fetch values in expanded form for later use
versionString = '1.18'
versionString = '1.19'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down
2 changes: 1 addition & 1 deletion src/modules/network/basic/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif envModule['OSWindows']:
libs.append('ws2_32')

# fetch values in expanded form for later use
versionString = '1.14'
versionString = '1.19'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down
2 changes: 1 addition & 1 deletion src/modules/physics/bullet/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if not buildModule:
useDebugSnapshot = True

# fetch values in expanded form for later use
versionString = '1.18'
versionString = '1.19'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down

0 comments on commit 3844e2a

Please sign in to comment.