Skip to content

Commit 7eacee1

Browse files
committed
Increased version number to 2.5.1
1 parent 8d9b28f commit 7eacee1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ YICES_TOP_DIR=$(shell pwd)
3737
#
3838
MAJOR = 2
3939
MINOR = 5
40-
PATCH_LEVEL = 0
40+
PATCH_LEVEL = 1
4141

4242
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
4343

doc/sphinx/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '2.5'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.5.0'
61+
release = '2.5.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

src/include/yices.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extern "C" {
7272

7373
#define __YICES_VERSION 2
7474
#define __YICES_VERSION_MAJOR 5
75-
#define __YICES_VERSION_PATCHLEVEL 0
75+
#define __YICES_VERSION_PATCHLEVEL 1
7676

7777

7878
/*

0 commit comments

Comments
 (0)