summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'paver.h')
-rw-r--r--paver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/paver.h b/paver.h
index ae92ba9..637ae2a 100644
--- a/paver.h
+++ b/paver.h
@@ -51,13 +51,13 @@ extern "C" {
51 * format: 51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define PA_LLD_VERSION_ID (0x03000206) 54#define PA_LLD_VERSION_ID (0x03000207)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PA LLD along with the 57 * @brief This is the version string which describes the PA LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PA_LLD_VERSION_STR "PA LLD Revision: 03.00.02.06" 60#define PA_LLD_VERSION_STR "PA LLD Revision: 03.00.02.07"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus