Skip to content

Commit 57f89ac

Browse files
Updates to reflect version number bump t v1.5.1
1 parent dcbcba4 commit 57f89ac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ The documentation for DNMTools can be found
2323
## Installation
2424

2525
- **Linux**
26-
[binary](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.0/dnmtools-1.5.0-Linux.tar.gz).
26+
[binary](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.1/dnmtools-1.5.1-Linux.tar.gz).
2727
Should work on any Linux distribution since roughly 2017.
2828

2929
- **Mac**
30-
[binary](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.0/dnmtools-1.5.0-macOS.tar.gz).
30+
[binary](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.1/dnmtools-1.5.1-macOS.tar.gz).
3131
Should work on any Mac hardware and macOS-13 (Ventura) or newer.
3232

3333
- **Conda**
@@ -36,7 +36,7 @@ The documentation for DNMTools can be found
3636
```
3737

3838
- **Source**
39-
[dnmtools-1.5.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.0/dnmtools-1.5.0.tar.gz). Dependencies:
39+
[dnmtools-1.5.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.1/dnmtools-1.5.1.tar.gz). Dependencies:
4040
[GSL](http://www.gnu.org/software/gsl),
4141
[HTSlib](https://github.com/samtools/htslib),
4242
[libdeflate](https://github.com/ebiggers/libdeflate) and
@@ -45,8 +45,8 @@ The documentation for DNMTools can be found
4545

4646
Build DNMTools like this:
4747
```console
48-
tar -xf dnmtools-1.5.0.tar.gz
49-
cd dnmtools-1.5.0
48+
tar -xf dnmtools-1.5.1.tar.gz
49+
cd dnmtools-1.5.1
5050
./configure --prefix=$HOME
5151
make
5252
make install

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([dnmtools], [1.5.0], [[email protected]],
17+
AC_INIT([dnmtools], [1.5.1], [[email protected]],
1818
[dnmtools], [https://github.com/smithlabcode/dnmtools])
1919
dnl the config.h is #included in the sources for version info
2020
AC_CONFIG_HEADERS([config.h])

docs/content/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ would need to be activated when you want to use dnmtools.
7070

7171
### Configuration
7272

73-
* Download [dnmtools-1.5.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.0/dnmtools-1.5.0.tar.gz).
73+
* Download [dnmtools-1.5.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.5.1/dnmtools-1.5.1.tar.gz).
7474
* Unpack the archive:
7575
```console
76-
$ tar -zxvf dnmtools-1.5.0.tar.gz
76+
$ tar -zxvf dnmtools-1.5.1.tar.gz
7777
```
7878
* Move into the dnmtools directory and create a build directory:
7979
```console
80-
$ cd dnmtools-1.5.0
80+
$ cd dnmtools-1.5.1
8181
$ mkdir build && cd build
8282
```
8383
* Run the configuration script:

0 commit comments

Comments
 (0)