Skip to content

Commit

Permalink
resetting norns version!
Browse files Browse the repository at this point in the history
it's not really relevant as long as there are only collaborators using the software. that's what the hash is for.
we might even consider nuking `master` until a user-ready release
  • Loading branch information
catfact committed Feb 1, 2018
1 parent 5c8c35b commit ce958b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 77 deletions.
75 changes: 0 additions & 75 deletions sc/classes/CroneEngine.sc

This file was deleted.

3 changes: 1 addition & 2 deletions version.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
NORNS_VERSION_MAJOR = 0
NORNS_VERSION_MINOR = 0
NORNS_VERSION_PATCH = 2
NORNS_VERSION_PATCH = 0

$(eval NORNS_VERSION_HASH = \"$(shell git show HEAD | grep commit | sed 's@commit @@')\")

VERSION = -DVERSION_MAJOR=$(NORNS_VERSION_MAJOR) \
-D VERSION_MINOR=$(NORNS_VERSION_MINOR) \
-D VERSION_PATCH=$(NORNS_VERSION_PATCH) \
-D VERSION_HASH=$(NORNS_VERSION_HASH)

0 comments on commit ce958b5

Please sign in to comment.