Skip to content

Commit ef55abc

Browse files
committed
Placeholder for version 1.6.1.
TODO: Update NEWS date when release itself is made (and edit this commit message)
1 parent 04979a7 commit ef55abc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 1.6.1: (upcoming)
2-
-------------------------
1+
Release 1.6.1: 22nd August 2024
2+
-------------------------------
33

44
This release is primarily portability and minor bug fixes.
55

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT(htscodecs, 1.6.0)
2+
AC_INIT(htscodecs, 1.6.1)
33

44
# Some functions benefit from -O3 optimisation, so if the user didn't
55
# explicitly set any compiler flags, we'll plump for O3.
@@ -61,7 +61,7 @@ AM_EXTRA_RECURSIVE_TARGETS([fuzz])
6161
# libhtscodecs.so.1.1.0
6262

6363
VERS_CURRENT=3
64-
VERS_REVISION=5
64+
VERS_REVISION=6
6565
VERS_AGE=1
6666
AC_SUBST(VERS_CURRENT)
6767
AC_SUBST(VERS_REVISION)

htscodecs/htscodecs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021-2023 Genome Research Ltd.
2+
* Copyright (c) 2021-2024 Genome Research Ltd.
33
* Author(s): James Bonfield
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
4343
* Note currently this needs manually editing as it isn't automatically
4444
* updated by autoconf.
4545
*/
46-
#define HTSCODECS_VERSION 100600
46+
#define HTSCODECS_VERSION 100601
4747

4848
/*
4949
* A const string form of the HTSCODECS_VERSION define.

0 commit comments

Comments
 (0)