mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Release libbsd 0.2.0
This commit is contained in:
parent
abe0a4a7e6
commit
ddebbd6792
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ VERSION := $(shell ./get-version)
|
||||
|
||||
LIB_NAME := libbsd
|
||||
LIB_VERSION_MAJOR := 0
|
||||
LIB_VERSION_MINOR := 1
|
||||
LIB_VERSION_MICRO := 6
|
||||
LIB_VERSION_MINOR := 2
|
||||
LIB_VERSION_MICRO := 0
|
||||
LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR).$(LIB_VERSION_MICRO)
|
||||
|
||||
LIB_PKGCONFIG := $(LIB_NAME).pc
|
||||
|
Loading…
Reference in New Issue
Block a user