Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonson Wong committed Nov 19, 2023
2 parents b44c206 + babfac3 commit a58224c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are a Linux user on x86_64 architecture and want to quickly try slow5curl

```sh
sudo apt-get install curl # curl runtime library on Ubuntu (CentOS have this by default)
VERSION=v0.1.1
VERSION=v0.2.0
wget "https://github.com/BonsonW/slow5curl/releases/download/$VERSION/slow5curl-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5curl-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5curl-$VERSION/
./slow5curl
```
Expand All @@ -47,7 +47,7 @@ Quick example for Ubuntu:

```sh
sudo apt-get install zlib1g-dev libcurl4-openssl-dev # install zlib and libcurl development libraries
VERSION=v0.1.1
VERSION=v0.2.0
wget "https://github.com/BonsonW/slow5curl/releases/download/$VERSION/slow5curl-$VERSION-release.tar.gz" && tar xvf slow5curl-$VERSION-release.tar.gz && cd slow5curl-$VERSION/
make
```
Expand Down
2 changes: 1 addition & 1 deletion include/slow5curl/s5curl_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOFTWARE.
extern "C" {
#endif

#define SLOW5CURL_VERSION "0.1.0"
#define SLOW5CURL_VERSION "0.2.0"

// s5curl errno
int *s5curl_errno_location(void);
Expand Down

0 comments on commit a58224c

Please sign in to comment.