Skip to content

Commit

Permalink
Bump version to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Apr 6, 2023
1 parent 011cef4 commit ca8de57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(NOT POLICY CMP0048)
endif()

project(Infclass
VERSION 0.1.5
VERSION 0.1.6
)
set(ORIGINAL_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
set(ORIGINAL_CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES})
Expand Down
2 changes: 1 addition & 1 deletion src/engine/client/infclass.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ENGINE_CLIENT_INFCLASS_H
#define ENGINE_CLIENT_INFCLASS_H

#define INFCLASS_CLIENT_VERSION 150
#define INFCLASS_CLIENT_VERSION 160

#define INFC_UPDATES_URL "https://infclass.github.io/files"

Expand Down

0 comments on commit ca8de57

Please sign in to comment.