3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 09:04:07 +00:00

if you read this commit message you probably are a programmer who has no life

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-18 20:25:47 -08:00
parent 43a827c931
commit 4587575649
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.4)
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
project(Z3 VERSION 4.8.13.0 LANGUAGES CXX)
project(Z3 VERSION 4.8.14.0 LANGUAGES CXX)
################################################################################
# Project version

View file

@ -8,7 +8,7 @@
from mk_util import *
def init_version():
set_version(4, 8, 13, 0)
set_version(4, 8, 14, 0)
# Z3 Project definition
def init_project_def():