Skip to content

Commit 3f610ce

Browse files
committed
Update version number
Signed-off-by: Herbert Rocha <herberthb12@gmail.com>
1 parent 33917a0 commit 3f610ce

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
55

6-
[![Build Status](https://travis-ci.org/hbgit/Map2Check.svg?branch=feature/smtsolver)](https://travis-ci.org/hbgit/Map2Check)
6+
[![Build Status](https://travis-ci.org/hbgit/Map2Check.svg?branch=develop)](https://travis-ci.org/hbgit/Map2Check)
77

88
___
99

@@ -36,8 +36,8 @@ After that, you should type the following command:
3636
</p>
3737

3838
``` bash
39-
$ unzip map2check_v7.3.zip
40-
$ cd map2check_v7.3
39+
$ unzip map2check-rc-v7.3-svcomp20.zip
40+
$ cd map2check-rc-v7.3-svcomp20
4141
```
4242

4343
#### Running the tool
@@ -68,7 +68,7 @@ You can build Map2Check using our [Dockerfile](./Dockerfile) by clone our reposi
6868
</p>
6969

7070
``` bash
71-
$ git clone gitclone https://github.com/hbgit/Map2Check
71+
$ git clone https://github.com/hbgit/Map2Check.git
7272
$ cd Map2Check
7373
$ git submodule update --init --recursive
7474
# Build docker image to compile Map2Check
@@ -109,7 +109,7 @@ Map2Check accepts the property file and the verification task and provides as ve
109109
FALSE(p), with p in {valid-free, valid-deref, valid-memtrack, valid-memcleanup}, means that the (partial)
110110
property p is violated.
111111
For each verification result the witness file (called <b>witness.graphml</b>) is generated Map2Check root-path folder.
112-
There is timeout of 895 seconds set by this script, using "timeout" tool that is part of coreutils
112+
There is timeout of 897 seconds set by this script, using "timeout" tool that is part of coreutils
113113
on debian. If these constraints are violated, it should be treated as UNKNOWN result.
114114
</p>
115115

generate_tag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ defaultcolor=$(tput setaf default)
1717
YEAR=$(date +"%Y")
1818
MONTH=$(date +"%m")
1919
DAY=$(date +%d)
20-
MIN=$(date +%M)
20+
shortHash=$(git rev-parse --short HEAD)
2121

22-
GIT_TAG=v7.3.1.$YEAR-$MONTH.$DAY.$MIN
22+
GIT_TAG=v7.3.1.$YEAR-$MONTH.$DAY.$shortHash
2323
echo "${bold}${green}Tag id = $GIT_TAG"
2424

2525
git fetch --tags

modules/frontend/map2check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace po = boost::program_options;
2424
namespace fs = boost::filesystem;
25-
#define Map2CheckVersion "v7.3.1-Flock : Mon Nov 25 21:29:59 UTC 2019"
25+
#define Map2CheckVersion "v7.3.1-Flock : Wed Nov 27 20:38:14 UTC 2019"
2626

2727
// TODO(hbgit): should get preprocessor flags from CMake
2828

0 commit comments

Comments
 (0)