Skip to content

Commit

Permalink
Release version 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laenion committed Feb 8, 2023
1 parent 35d4ccc commit e3b5f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ transactional-update NEWS -- history of user-visible changes.

Copyright (C) 2016-2022 Thorsten Kukuk, Ignaz Forster et al.

Version 4.1.3
* Suppress SELinux relabelling output in quiet mode
* Documentation readability improvements

Version 4.1.2
* Don't try to mount user mounts if they don't exist [boo#1207366]

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(transactional-update, 4.1.2)
AC_INIT(transactional-update, 4.1.3)
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=4
# On interface change increase if backwards compatible, reset otherwise
LIBTOOL_AGE=0
# Increase on *any* C/C++ library code change, reset at interface change
LIBTOOL_REVISION=2
LIBTOOL_REVISION=3
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([tukit.pc])
Expand Down

0 comments on commit e3b5f69

Please sign in to comment.