Browse Source

Bump version

tags/v1.0.0
Andrew Belt 4 years ago
parent
commit
9247ac4045
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -1,5 +1,6 @@
RACK_DIR ?= .
VERSION := 1.dev.$(shell git rev-parse --short HEAD)
# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
VERSION := 1.0.0

FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include


Loading…
Cancel
Save