Browse Source

Use dev version

tags/v1.1.5
Andrew Belt 5 years ago
parent
commit
c082ce998b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

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

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


Loading…
Cancel
Save