Skip to content

Commit

Permalink
Updates in preparation for a v1.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Feb 15, 2022
1 parent 7b398b4 commit c6a459a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release 1.2.1: 15th February 2022
---------------------------------

The only change in this release is a minor adjustment to the histogram
code so it works on systems with small stacks. This was detected on
Windows Mingw builds.


Release 1.2: 10th February 2022
-------------------------------

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.2.0)
AC_INIT(htscodecs, 1.2.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 @@ -60,7 +60,7 @@ AM_MAINTAINER_MODE
# libhtscodecs.so.1.1.0

VERS_CURRENT=2
VERS_REVISION=4
VERS_REVISION=5
VERS_AGE=0
AC_SUBST(VERS_CURRENT)
AC_SUBST(VERS_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion htscodecs/htscodecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* Note currently this needs manually editing as it isn't automatically
* updated by autoconf.
*/
#define HTSCODECS_VERSION 100200
#define HTSCODECS_VERSION 100201

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

0 comments on commit c6a459a

Please sign in to comment.