Skip to content

Commit 0e88f44

Browse files
committed
update for 4.1.2 release
1 parent 3f272e6 commit 0e88f44

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Libctl Release Notes
22

3+
## libctl 4.1.2
4+
5+
7/27/2018
6+
7+
* Bug fix in prism subpixel averaging (#19 and #20), thanks to
8+
@DerekK88 for the bug report.
9+
310
## libctl 4.1.1
411

512
6/29/2018

Diff for: configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT(libctl, 4.1.1, [email protected])
2+
AC_INIT(libctl, 4.1.2, [email protected])
33
AC_CONFIG_SRCDIR([src/ctl.c])
44
AC_CONFIG_HEADERS([config.h src/ctl.h])
55
AC_CONFIG_MACRO_DIR([m4])
@@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
88
# Shared-library version number; indicates api compatibility, and is
99
# not the same as the "public" version number. (Don't worry about this
1010
# except for public releases.)
11-
SHARED_VERSION_INFO="7:0:0" # CURRENT:REVISION:AGE
11+
SHARED_VERSION_INFO="7:1:0" # CURRENT:REVISION:AGE
1212

1313
AM_INIT_AUTOMAKE([foreign])
1414
AC_SUBST(SHARED_VERSION_INFO)

0 commit comments

Comments
 (0)