We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361b73a commit 3ed24e2Copy full SHA for 3ed24e2
build.xml
@@ -77,8 +77,8 @@
77
<target name="version" depends="init" description="replace tags with the right levels">
78
<property name="build.level" value="${DSTAMP}${TSTAMP}" />
79
<copy file="src/VersionInfo.h.in" tofile="src/VersionInfo.h" />
80
- <replace file="src/VersionInfo.h" token="@MQTTCLIENT_BUILD_TAG@" value="${build.level}" />
81
- <replace file="src/MQTTClient.c" token="@MQTTCLIENT_VERSION_TAG@" value="${release.version}" />
+ <replace file="src/VersionInfo.h" token="@BUILD_TIMESTAMP@" value="${build.level}" />
+ <replace file="src/VersionInfo.h" token="@CLIENT_VERSION@" value="${release.version}" />
82
</target>
83
84
<target name="test" >
0 commit comments