Skip to content

Commit

Permalink
Make release 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Aug 22, 2024
1 parent 04979a7 commit 5179428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 1.6.1: (upcoming)
-------------------------
Release 1.6.1: 22nd August 2024
-------------------------------

This release is primarily portability and minor bug fixes.

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(htscodecs, 1.6.0)
AC_INIT(htscodecs, 1.6.1)

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

VERS_CURRENT=3
VERS_REVISION=5
VERS_REVISION=6
VERS_AGE=1
AC_SUBST(VERS_CURRENT)
AC_SUBST(VERS_REVISION)
Expand Down
4 changes: 2 additions & 2 deletions htscodecs/htscodecs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2023 Genome Research Ltd.
* Copyright (c) 2021-2024 Genome Research Ltd.
* Author(s): James Bonfield
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -43,7 +43,7 @@
* Note currently this needs manually editing as it isn't automatically
* updated by autoconf.
*/
#define HTSCODECS_VERSION 100600
#define HTSCODECS_VERSION 100601

/*
* A const string form of the HTSCODECS_VERSION define.
Expand Down

0 comments on commit 5179428

Please sign in to comment.