Skip to content

Commit

Permalink
Bump version to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Jul 8, 2023
1 parent e206b8a commit 8172d1a
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.6
VERSION 0.1.7
)
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 161
#define INFCLASS_CLIENT_VERSION 170

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

Expand Down

0 comments on commit 8172d1a

Please sign in to comment.