Browse Source

Use git commit for version revision.

tags/v2.6.1
Andrew Belt 5 months ago
parent
commit
997f90eee3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= . RACK_DIR ?= .
EDITION := Free EDITION := Free
VERSION_MAJOR := 2 VERSION_MAJOR := 2
VERSION := $(shell jq -r .version Core.json)
VERSION := $(VERSION_MAJOR).6.$(shell git rev-parse --short HEAD)


FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include




Loading…
Cancel
Save