summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2014-09-25 06:37:57 -0500
committerTinku Mannan2014-09-25 06:37:57 -0500
commit28dfa9a9bb8f9f74b1042f10c39904ec08c240c5 (patch)
treece66b31bae7bfdbbb48911201ac506253921dab5
parent52002490d796571315b7b86cf7b41f639d844070 (diff)
downloadhplib-28dfa9a9bb8f9f74b1042f10c39904ec08c240c5.tar.gz
hplib-28dfa9a9bb8f9f74b1042f10c39904ec08c240c5.tar.xz
hplib-28dfa9a9bb8f9f74b1042f10c39904ec08c240c5.zip
Version Update
-rwxr-xr-xti/runtime/netapi/netapi_ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ti/runtime/netapi/netapi_ver.h b/ti/runtime/netapi/netapi_ver.h
index 6e5f4dc..566efc1 100755
--- a/ti/runtime/netapi/netapi_ver.h
+++ b/ti/runtime/netapi/netapi_ver.h
@@ -54,14 +54,14 @@ extern "C" {
54 * format: 54 * format:
55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
56 */ 56 */
57#define NETAPI_VERSION_ID (0x01010002) 57#define NETAPI_VERSION_ID (0x01010003)
58 58
59/** 59/**
60 * @def NETAPI_VERSION_STR 60 * @def NETAPI_VERSION_STR
61 * This is the version string which describes the NETAPI along with the 61 * This is the version string which describes the NETAPI along with the
62 * date and build information. 62 * date and build information.
63 */ 63 */
64#define NETAPI_VERSION_STR "NETAPI Revision: 01.01.00.02" 64#define NETAPI_VERSION_STR "NETAPI Revision: 01.01.00.03"
65 65
66/** 66/**
67 * @ingroup netapi_gen_functions 67 * @ingroup netapi_gen_functions