Skip to content

Commit

Permalink
Change version to 0.2 (protocol 185)
Browse files Browse the repository at this point in the history
Use protocol 185 as this version has no protocol changes from 180
and yet we want to differ it from the old one (actual v0.1.8).
  • Loading branch information
Kaffeine committed Jun 14, 2024
1 parent bb8d013 commit 1e5acb8
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 @@ -23,7 +23,7 @@ else()
endif()

project(Infclass
VERSION 0.1.8
VERSION 0.2
)

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

#define INFCLASS_CLIENT_VERSION 180
#define INFCLASS_CLIENT_VERSION 185

#endif // ENGINE_CLIENT_INFCLASS_H

0 comments on commit 1e5acb8

Please sign in to comment.