Skip to content

Commit

Permalink
version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbssa committed Mar 17, 2024
1 parent 0c6e8b4 commit 37e095c
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.2-dev-$(DATE)
HEOB_VER_NUM:=3,2,0,99
HEOB_PRERELEASE:=1
HEOB_VERSION:=4.0
HEOB_VER_NUM:=4,0,0,0
HEOB_PRERELEASE:=0
HEOB_COPYRIGHT_YEARS:=2014-2024

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.2-dev"
property string heob_base_ver: "4.0"
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 37e095c

Please sign in to comment.