Skip to content

Commit 2f344f7

Browse files
committed
Increased version numbers to 2.4.1
1 parent 2290c40 commit 2f344f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 4
40-
PATCH_LEVEL = 0
40+
PATCH_LEVEL = 1
4141

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

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 4
75-
#define __YICES_VERSION_PATCHLEVEL 0
75+
#define __YICES_VERSION_PATCHLEVEL 1
7676

7777

7878
/*

0 commit comments

Comments
 (0)