We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6539e commit face1a4Copy full SHA for face1a4
CMakeLists.txt
@@ -42,8 +42,8 @@ add_executable(Koivisto
42
src_files/incbin/incbin.h)
43
44
add_definitions(-DEVALFILE=\"../networks/default.net\")
45
-add_definitions(-DMINOR_VERSION=31)
46
-add_definitions(-DMAJOR_VERSION=6)
+add_definitions(-DMINOR_VERSION=0)
+add_definitions(-DMAJOR_VERSION=7)
47
48
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
49
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto")
src_files/makefile
@@ -6,8 +6,8 @@ ROOT = ../
6
NAME = Koivisto
7
EVALFILE = $(ROOT)networks/default.net
8
EXE = $(ROOT)$(FOLDER)$(NAME)_$(MAJOR).$(MINOR)
9
-MINOR = 31
10
-MAJOR = 6
+MINOR = 0
+MAJOR = 7
11
ifeq ($(OS),Windows_NT)
12
PREFIX := windows
13
SUFFIX := .exe
0 commit comments