Skip to content

Commit 25ecd47

Browse files
committed
Changed version number to 2.5.0
1 parent ce80943 commit 25ecd47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ YICES_TOP_DIR=$(shell pwd)
3636
# - P should not work anymore with libyices 2.1.0 or 3.0.0
3737
#
3838
MAJOR = 2
39-
MINOR = 4
40-
PATCH_LEVEL = 2
39+
MINOR = 5
40+
PATCH_LEVEL = 0
4141

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

src/include/yices.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ extern "C" {
7171
********************/
7272

7373
#define __YICES_VERSION 2
74-
#define __YICES_VERSION_MAJOR 4
75-
#define __YICES_VERSION_PATCHLEVEL 2
74+
#define __YICES_VERSION_MAJOR 5
75+
#define __YICES_VERSION_PATCHLEVEL 0
7676

7777

7878
/*

0 commit comments

Comments
 (0)