From: Guillem Jover Date: Thu, 2 Jun 2011 17:16:57 +0000 (+0200) Subject: Release libbsd 0.3.0 X-Git-Tag: 0.3.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7446f029b52f15b318402c3827802cdf31727566;p=thirdparty%2Flibbsd.git Release libbsd 0.3.0 --- diff --git a/Makefile b/Makefile index 5187a5a..edff3f1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION := $(shell ./get-version) LIB_NAME := libbsd LIB_VERSION_MAJOR := 0 -LIB_VERSION_MINOR := 2 +LIB_VERSION_MINOR := 3 LIB_VERSION_MICRO := 0 LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR).$(LIB_VERSION_MICRO)