Skip to content

Commit

Permalink
Reverted to version 2.5.3 (to prepare for PPA release)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDutertre committed Aug 9, 2017
1 parent 6f35bb2 commit 101dc59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ YICES_TOP_DIR=$(shell pwd)
# - P should not work anymore with libyices 2.1.0 or 3.0.0
#
MAJOR = 2
MINOR = 6
PATCH_LEVEL = 0
MINOR = 5
PATCH_LEVEL = 3

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

Expand Down
4 changes: 2 additions & 2 deletions src/include/yices.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ extern "C" {
********************/

#define __YICES_VERSION 2
#define __YICES_VERSION_MAJOR 6
#define __YICES_VERSION_PATCHLEVEL 0
#define __YICES_VERSION_MAJOR 5
#define __YICES_VERSION_PATCHLEVEL 3


/*
Expand Down

0 comments on commit 101dc59

Please sign in to comment.