Skip to content

Commit 819d67a

Browse files
committed
misc: bump to 0.8.0
1 parent 84eddff commit 819d67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/DMDUtil/DMDUtil.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#define DMDUTIL_VERSION_MAJOR 0 // X Digits
4-
#define DMDUTIL_VERSION_MINOR 7 // Max 2 Digits
5-
#define DMDUTIL_VERSION_PATCH 1 // Max 2 Digits
4+
#define DMDUTIL_VERSION_MINOR 8 // Max 2 Digits
5+
#define DMDUTIL_VERSION_PATCH 0 // Max 2 Digits
66

77
#define _DMDUTIL_STR(x) #x
88
#define DMDUTIL_STR(x) _DMDUTIL_STR(x)

0 commit comments

Comments
 (0)