Skip to content

Commit

Permalink
incremented $VERSION and updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
jallwine committed Dec 30, 2017
1 parent 266741c commit d4a5ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* v1.1 Fixed Makefile to properly install stl_boolean
* v1.0 release with the following commands
* stl_empty
* stl_cube
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d4a5ff4

Please sign in to comment.