We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9b28f commit 7eacee1Copy full SHA for 7eacee1
Makefile
@@ -37,7 +37,7 @@ YICES_TOP_DIR=$(shell pwd)
37
#
38
MAJOR = 2
39
MINOR = 5
40
-PATCH_LEVEL = 0
+PATCH_LEVEL = 1
41
42
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
43
doc/sphinx/source/conf.py
@@ -58,7 +58,7 @@
58
# The short X.Y version.
59
version = '2.5'
60
# The full version, including alpha/beta/rc tags.
61
-release = '2.5.0'
+release = '2.5.1'
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
src/include/yices.h
@@ -72,7 +72,7 @@ extern "C" {
72
73
#define __YICES_VERSION 2
74
#define __YICES_VERSION_MAJOR 5
75
-#define __YICES_VERSION_PATCHLEVEL 0
+#define __YICES_VERSION_PATCHLEVEL 1
76
77
78
/*
0 commit comments