We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce80943 commit 25ecd47Copy full SHA for 25ecd47
Makefile
@@ -36,8 +36,8 @@ YICES_TOP_DIR=$(shell pwd)
36
# - P should not work anymore with libyices 2.1.0 or 3.0.0
37
#
38
MAJOR = 2
39
-MINOR = 4
40
-PATCH_LEVEL = 2
+MINOR = 5
+PATCH_LEVEL = 0
41
42
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
43
src/include/yices.h
@@ -71,8 +71,8 @@ extern "C" {
71
********************/
72
73
#define __YICES_VERSION 2
74
-#define __YICES_VERSION_MAJOR 4
75
-#define __YICES_VERSION_PATCHLEVEL 2
+#define __YICES_VERSION_MAJOR 5
+#define __YICES_VERSION_PATCHLEVEL 0
76
77
78
/*
0 commit comments