Skip to content

Commit

Permalink
Merge pull request #17 from cschol/master
Browse files Browse the repository at this point in the history
Update version to 0.6.0.
  • Loading branch information
naus3a committed Mar 22, 2018
2 parents 8e23d60 + 19cbeac commit 1c15a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SLUG = NauModular
VERSION = 0.6.0dev
VERSION = 0.6.0

# FLAGS will be passed to both the C and C++ compiler
FLAGS +=
Expand All @@ -20,4 +20,4 @@ ifeq ($(ARCH), win)
LDFLAGS += -lws2_32
else
LDFLAGS +=
endif
endif

0 comments on commit 1c15a6c

Please sign in to comment.