Skip to content

Commit

Permalink
NEWS, configure.ac: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Dec 28, 2023
1 parent 71b28f9 commit e5605bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

* Unreleased
* Changes in version 0.3.0 (2023-12-28)
** =udev-monitor-add-filter!=: Make "devtype" parameter optional
Now =udev-monitor-add-filter!= can be called without the =devtype= parameter
so the UDEV monitor will match all events for the specified subsystem.
Expand Down
8 changes: 5 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl

define(GUILE_UDEV_CONFIGURE_COPYRIGHT, [[
Copyright (C) 2020-2022 Artyom V. Poptsov <[email protected]>
Copyright (C) 2020-2023 Artyom V. Poptsov <[email protected]>
This file is part of Guile-Udev.
Expand All @@ -21,15 +21,17 @@ You should have received a copy of the GNU General Public License
along with Guile-Udev. If not, see <http://www.gnu.org/licenses/>.
]])

AC_INIT([Guile-Udev], [0.2.4], [[email protected]],
AC_INIT([Guile-Udev], [0.3.0], [[email protected]],
[guile-udev],
[https://github.com/artyom-poptsov/guile-udev])

AC_COPYRIGHT(GUILE_UDEV_CONFIGURE_COPYRIGHT)

dnl See
dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
LIBGUILE_UDEV_INTERFACE="1:4:0"
dnl Format:
dnl current[:revision[:age]]
LIBGUILE_UDEV_INTERFACE="2:0:1"
AC_SUBST(LIBGUILE_UDEV_INTERFACE)

AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit e5605bc

Please sign in to comment.