We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2290c40 commit 2f344f7Copy full SHA for 2f344f7
Makefile
@@ -37,7 +37,7 @@ YICES_TOP_DIR=$(shell pwd)
37
#
38
MAJOR = 2
39
MINOR = 4
40
-PATCH_LEVEL = 0
+PATCH_LEVEL = 1
41
42
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
43
src/include/yices.h
@@ -72,7 +72,7 @@ extern "C" {
72
73
#define __YICES_VERSION 2
74
#define __YICES_VERSION_MAJOR 4
75
-#define __YICES_VERSION_PATCHLEVEL 0
+#define __YICES_VERSION_PATCHLEVEL 1
76
77
78
/*
0 commit comments