Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Sep 2, 2024
1 parent 4dc6895 commit c6593bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.22'
versionString = '1.23'
if envModule['force_version']:
versionString = envModule['force_version']

Expand Down
2 changes: 1 addition & 1 deletion src/modules/input/xsystem/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if not buildModule:
Return()

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

Expand Down
2 changes: 1 addition & 1 deletion src/modules/vr/openxr/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if envModule['OSWindows']:
pass #useInternalLoader = True

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

Expand Down

0 comments on commit c6593bf

Please sign in to comment.