Browse Source

Remove macro VERSION_0_4_0. There is no need for version checks, since

you should only ever need to worry about supporting the latest version
of Rack
tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
58b2e6289d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compile.mk

+ 1
- 1
compile.mk View File

@@ -1,5 +1,5 @@
VERSION ?= dev
FLAGS += -DVERSION=$(VERSION) -DVERSION_$(subst .,_,$(VERSION))
FLAGS += -DVERSION=$(VERSION)

# Generate dependency files alongside the object files
FLAGS += -MMD


Loading…
Cancel
Save