Browse Source

Bump version.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
59730a1444
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
VERSION := 2.git.$(shell git rev-parse --short HEAD)
# VERSION := 2.0.0
# VERSION := 2.git.$(shell git rev-parse --short HEAD)
VERSION := 2.beta.1

FLAGS += -Iinclude -Idep/include



Loading…
Cancel
Save