Skip to content

Commit 42084e3

Browse files
committed
* Added project ID
1 parent 4a8a474 commit 42084e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

amalgamator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ cat<<EOF > ${B}
111111
# MIT License
112112
# Autark (https://autark.dev) build system script wrapper.
113113
# Copyright (c) 2012-2025 Softmotions Ltd <info@softmotions.com>
114-
#
114+
# Autark: aec5320de2e44ef5a0338f9ea990ed2a
115115
# https://github.com/Softmotions/autark
116116
117117
META_VERSION=${META_VERSION}

dist/autark.c

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

44
#define META_VERSION "0.9.0"
5-
#define META_REVISION "947a8ae"
5+
#define META_REVISION "4a8a474"
66

77
#define MACRO_MAX_RECURSIVE_CALLS 128
88

dist/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# MIT License
33
# Autark (https://autark.dev) build system script wrapper.
44
# Copyright (c) 2012-2025 Softmotions Ltd <info@softmotions.com>
5-
#
5+
# Autark: aec5320de2e44ef5a0338f9ea990ed2a
66
# https://github.com/Softmotions/autark
77

88
META_VERSION=0.9.0
9-
META_REVISION=947a8ae
9+
META_REVISION=4a8a474
1010
cd "$(cd "$(dirname "$0")"; pwd -P)"
1111

1212
prev_arg=""
@@ -62,7 +62,7 @@ cat <<'a292effa503b' > ${AUTARK_HOME}/autark.c
6262
#ifndef CONFIG_H
6363
#define CONFIG_H
6464
#define META_VERSION "0.9.0"
65-
#define META_REVISION "947a8ae"
65+
#define META_REVISION "4a8a474"
6666
#define MACRO_MAX_RECURSIVE_CALLS 128
6767
#endif
6868
#define _AMALGAMATE_

0 commit comments

Comments
 (0)