Skip to content

Commit 1d5ac77

Browse files
committed
use libserum v2.2.0-concentrate.5
1 parent f1d9015 commit 1d5ac77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/DMDUtil/DMDUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define DMDUTIL_VERSION_MAJOR 0 // X Digits
44
#define DMDUTIL_VERSION_MINOR 9 // Max 2 Digits
5-
#define DMDUTIL_VERSION_PATCH 1 // Max 2 Digits
5+
#define DMDUTIL_VERSION_PATCH 2 // Max 2 Digits
66

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

platforms/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
LIBZEDMD_SHA=154772800e8f36378c629f066bfee563862728ac
6-
LIBSERUM_SHA=9e071b9b0062352476786ff578368c7dc019ac07
6+
LIBSERUM_SHA=607bee2ab6e73a08a28f207a42be676e967cf876
77
LIBPUPDMD_SHA=124f45e5ddd59ceb339591de88fcca72f8c54612
88

99
if [ -z "${BUILD_TYPE}" ]; then

0 commit comments

Comments
 (0)