Skip to content

Commit

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

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

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

CppApplication {
property string heob_base_ver: "3.1-dev"
property string heob_base_ver: "3.1"
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_ver + "\""
cpp.defines: "HEOB_VER=\"" + heob_base_ver + "\""
cpp.dynamicLibraries: "kernel32"
cpp.driverFlags: "-nostdlib"

Expand Down

0 comments on commit ef6371d

Please sign in to comment.