Skip to content

Commit

Permalink
Merge branch '1.2.0-dev' into 'master'
Browse files Browse the repository at this point in the history
Move the version to 1.2.0-dev

Just marking this as 1.2.0-dev

See merge request !98
  • Loading branch information
Ondřej Surý committed Dec 14, 2016
2 parents 59d5adf + 68535b7 commit d210747
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Project
MAJOR := 1
MINOR := 1
PATCH := 1
MINOR := 2
PATCH := 0
EXTRA := -dev
ABIVER := 2
BUILDMODE := dynamic
HARDENING := yes

VERSION := $(MAJOR).$(MINOR).$(PATCH)
VERSION := $(MAJOR).$(MINOR).$(PATCH)$(EXTRA)

# Paths
PREFIX ?= /usr/local
Expand Down

0 comments on commit d210747

Please sign in to comment.