]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pa-lld.git/blobdiff - paver.h
NOTICE OF RELOCATION
[keystone-rtos/pa-lld.git] / paver.h
diff --git a/paver.h b/paver.h
index 8c8f758ea245505a133163b7cf001c3bf30fc9ba..026992d867bc0b5ad5d9c00e93bd193730848d49 100644 (file)
--- a/paver.h
+++ b/paver.h
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define PA_LLD_VERSION_ID                   (0x03000001)
+#define PA_LLD_VERSION_ID                   (0x03000208)
 
 /**
  * @brief   This is the version string which describes the PA LLD along with the
  * date and build information.
  */
-#define PA_LLD_VERSION_STR                  "PA LLD Revision: 03.00.00.01"
+#define PA_LLD_VERSION_STR                  "PA LLD Revision: 03.00.02.08"
 
 
 #ifdef __cplusplus