Skip to content

Commit

Permalink
Bump version number to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wulf7 committed Sep 4, 2021
1 parent 2b503e3 commit a91c357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.64])

m4_define([libudev_version], [199])

AC_INIT([libudev],[0.4.2],[https://github.com/FreeBSDDesktop/libudev-devd],[libudev-devd])
AC_INIT([libudev],[0.5.0],[https://github.com/wulf7/libudev-devd],[libudev-devd])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([ac-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libudev-devd', 'c',
version : '0.4.2',
version : '0.5.0',
license : 'BSD2CLAUSE',
default_options : [
'buildtype=debugoptimized',
Expand Down Expand Up @@ -124,7 +124,7 @@ lib_libudevdevd = shared_library('udev',

pkgconfig.generate(lib_libudevdevd,
name : 'libudev',
url : 'https://github.com/FreeBSDDesktop/libudev-devd',
url : 'https://github.com/wulf7/libudev-devd',
description : 'Library to access udev device information',
version : '199', # XXX - should be a proper version
)
Expand Down

0 comments on commit a91c357

Please sign in to comment.