Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 3, 2022
1 parent 0accb1b commit 8a89753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

# Project name and version
project(darkradiant VERSION 3.1.0)
project(darkradiant VERSION 3.2.0)

# C++ standard
set(CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -4,7 +4,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "3.2.0pre1"
#define RADIANT_VERSION "3.2.0"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down

0 comments on commit 8a89753

Please sign in to comment.