From ddebbd6792e5c7ae53fb96cdc46566fc843adaa5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 10 Jan 2010 12:04:03 +0100 Subject: [PATCH] Release libbsd 0.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b44afd7..258bb0c 100644 --- a/Makefile +++ b/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 -- 2.47.3