Skip to content

Commit

Permalink
set version 3.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbssa committed Jul 7, 2019
1 parent ef6371d commit 87d1684
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -7,9 +7,9 @@ else
DATE:=$(strip $(subst .,,$(shell date /t)))
endif

HEOB_VERSION:=3.1
HEOB_VER_NUM:=3,1,0,0
HEOB_PRERELEASE:=0
HEOB_VERSION:=3.2-dev-$(DATE)
HEOB_VER_NUM:=3,2,0,99
HEOB_PRERELEASE:=1
HEOB_COPYRIGHT_YEARS:=2014-2019

ifeq ($(MINGW32_MAKE),)
Expand Down
4 changes: 2 additions & 2 deletions heob.qbs
Expand Up @@ -4,7 +4,7 @@ Project {
references: "dwarfstack/dwarfstack.qbs"

CppApplication {
property string heob_base_ver: "3.1"
property string heob_base_ver: "3.2-dev"
property string heob_ver: {
var d = new Date()
return heob_base_ver + "-"
Expand All @@ -20,7 +20,7 @@ Project {
}
consoleApplication: true
cpp.windowsApiCharacterSet: "mbcs"
cpp.defines: "HEOB_VER=\"" + heob_base_ver + "\""
cpp.defines: "HEOB_VER=\"" + heob_ver + "\""
cpp.dynamicLibraries: "kernel32"
cpp.driverFlags: "-nostdlib"

Expand Down

0 comments on commit 87d1684

Please sign in to comment.