Skip to content

Commit e5605bc

Browse files
NEWS, configure.ac: Bump version to 0.3.0
1 parent 71b28f9 commit e5605bc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
77
are permitted in any medium without royalty provided the copyright
88
notice and this notice are preserved.
99

10-
* Unreleased
10+
* Changes in version 0.3.0 (2023-12-28)
1111
** =udev-monitor-add-filter!=: Make "devtype" parameter optional
1212
Now =udev-monitor-add-filter!= can be called without the =devtype= parameter
1313
so the UDEV monitor will match all events for the specified subsystem.

configure.ac

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
33
dnl
44

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

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

2828
AC_COPYRIGHT(GUILE_UDEV_CONFIGURE_COPYRIGHT)
2929

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

3537
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)