Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szuster <[email protected]>
  • Loading branch information
Amaroq7 committed Sep 8, 2021
1 parent 5831b58 commit 97c8461
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.17)

project(MetamodCPP
VERSION 0.1.0
VERSION 1.0.0
DESCRIPTION "HL1 Server Plugin Manager"
HOMEPAGE_URL "https://github.com/Amaroq7/metamod-cpp"
LANGUAGES CXX C)
Expand Down
2 changes: 1 addition & 1 deletion public/IMetamod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace Metamod
*
* Should be used to check if provided Metamod API is compatible.
*/
static constexpr std::uint16_t MAJOR_VERSION = 0;
static constexpr std::uint16_t MAJOR_VERSION = 1;

/**
* @brief Metamod API minor version
Expand Down

0 comments on commit 97c8461

Please sign in to comment.