Skip to content

Commit 3ed24e2

Browse files
author
Ian Craggs
committed
Further build.xml changes
1 parent 361b73a commit 3ed24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
<target name="version" depends="init" description="replace tags with the right levels">
7878
<property name="build.level" value="${DSTAMP}${TSTAMP}" />
7979
<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}" />
80+
<replace file="src/VersionInfo.h" token="@BUILD_TIMESTAMP@" value="${build.level}" />
81+
<replace file="src/VersionInfo.h" token="@CLIENT_VERSION@" value="${release.version}" />
8282
</target>
8383

8484
<target name="test" >

0 commit comments

Comments
 (0)