Skip to content

Commit 101dc59

Browse files
committed
Reverted to version 2.5.3 (to prepare for PPA release)
1 parent 6f35bb2 commit 101dc59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ YICES_TOP_DIR=$(shell pwd)
4949
# - P should not work anymore with libyices 2.1.0 or 3.0.0
5050
#
5151
MAJOR = 2
52-
MINOR = 6
53-
PATCH_LEVEL = 0
52+
MINOR = 5
53+
PATCH_LEVEL = 3
5454

5555
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
5656

src/include/yices.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ extern "C" {
8282
********************/
8383

8484
#define __YICES_VERSION 2
85-
#define __YICES_VERSION_MAJOR 6
86-
#define __YICES_VERSION_PATCHLEVEL 0
85+
#define __YICES_VERSION_MAJOR 5
86+
#define __YICES_VERSION_PATCHLEVEL 3
8787

8888

8989
/*

0 commit comments

Comments
 (0)