From 704c7c1e61841d9465630ecebd4e3678df68fbda Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Apr 11 2016 23:05:17 +0000 Subject: Bump version to 2 --- diff --git a/Makefile b/Makefile index 1424a52..8e90c63 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ INCLUDES := $(shell find include/ -type f -name '*.h') INCLUDES := $(INCLUDES:include/%=%) LIBS := $(notdir $(wildcard lib/*.a)) -VERSION =1 +VERSION =2 build: bin/getconf.o bin/getent.o bin/ldconfig.sh