Skip to content

Commit 4784565

Browse files
committed
set version to v0.2.2
1 parent cb70a28 commit 4784565

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ This binary was compiled on CentOS, and tested on CentOS/Ubuntu
5858
wget http://opengene.org/fastplong/fastplong
5959
chmod a+x ./fastplong
6060

61-
# or download specified version, i.e. fastplong v0.2.0
62-
wget http://opengene.org/fastplong/fastplong.0.2.0
63-
mv fastplong.0.2.0 fastplong
61+
# or download specified version, i.e. fastplong v0.2.2
62+
wget http://opengene.org/fastplong/fastplong.0.2.2
63+
mv fastplong.0.2.2 fastplong
6464
chmod a+x ./fastplong
6565
```
6666
## or compile from source

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef COMMON_H
22
#define COMMON_H
33

4-
#define FASTPLONG_VER "0.2.1"
4+
#define FASTPLONG_VER "0.2.2"
55

66
#define _DEBUG false
77

0 commit comments

Comments
 (0)