From d4a5ff4496796b2567edf701d174baf4a5cf7a6b Mon Sep 17 00:00:00 2001 From: John Allwine Date: Fri, 29 Dec 2017 21:22:32 -0700 Subject: [PATCH] incremented $VERSION and updated CHANGES --- CHANGES | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e22326a..1189b04 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +* v1.1 Fixed Makefile to properly install stl_boolean * v1.0 release with the following commands * stl_empty * stl_cube diff --git a/Makefile b/Makefile index f260d1f..977fd15 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ prefix?=/usr/local target=$(DESTDIR)$(prefix) -VERSION=1.0 +VERSION=1.1 DOCS_DIR := man BIN_DIR := bin CMDS := $(addprefix $(BIN_DIR)/,stl_header stl_merge stl_transform stl_count stl_bbox stl_cube stl_sphere stl_cylinder stl_cone stl_torus stl_empty stl_threads stl_normals stl_convex stl_borders stl_spreadsheet)