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 6f35bb2 commit 101dc59Copy full SHA for 101dc59
Makefile
@@ -49,8 +49,8 @@ YICES_TOP_DIR=$(shell pwd)
49
# - P should not work anymore with libyices 2.1.0 or 3.0.0
50
#
51
MAJOR = 2
52
-MINOR = 6
53
-PATCH_LEVEL = 0
+MINOR = 5
+PATCH_LEVEL = 3
54
55
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
56
src/include/yices.h
@@ -82,8 +82,8 @@ extern "C" {
82
********************/
83
84
#define __YICES_VERSION 2
85
-#define __YICES_VERSION_MAJOR 6
86
-#define __YICES_VERSION_PATCHLEVEL 0
+#define __YICES_VERSION_MAJOR 5
+#define __YICES_VERSION_PATCHLEVEL 3
87
88
89
/*
0 commit comments