Skip to content

Commit

Permalink
Version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Jan 29, 2018
1 parent 2f4dd95 commit 7b14fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.10.1 - 2018-01-29
- API changes
* Fix a symbol versioning mistake in libfa that unnecessarily broke ABI

1.10.0 - 2018-01-25
DO NOT USE THIS RELEASE, USE 1.10.1 INSTEAD

- General changes/additions
* New CLI utility 'augmatch' to print the tree for a file and select
some of its contents
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(augeas, 1.10.0)
AC_INIT(augeas, 1.10.1)
AC_CONFIG_SRCDIR([src/augeas.c])
AC_CONFIG_AUX_DIR([build/ac-aux])
AM_CONFIG_HEADER([config.h])
Expand Down Expand Up @@ -66,7 +66,7 @@ fi

dnl Version info in libtool's notation
AC_SUBST([LIBAUGEAS_VERSION_INFO], [24:0:24])
AC_SUBST([LIBFA_VERSION_INFO], [6:0:5])
AC_SUBST([LIBFA_VERSION_INFO], [6:1:5])

AC_GNU_SOURCE

Expand Down

0 comments on commit 7b14fbf

Please sign in to comment.