Browse Source

Bump version.

tags/v2.2.0
Andrew Belt 1 year ago
parent
commit
ab8d3cd7a0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -1,7 +1,6 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
VERSION := $(shell git describe --tags)
VERSION := $(patsubst v%,%,$(VERSION))
VERSION := 2.2.0

FLAGS += -Iinclude -Idep/include



Loading…
Cancel
Save