From 69aa4e8e7388062fd2a935ce0e5901d97f8d797a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20J=C3=BCnger?= Date: Sat, 9 Sep 2023 15:28:57 +0200 Subject: [PATCH] Update cci_version.h in preparation for 1.0.1 release --- src/cci/core/cci_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cci/core/cci_version.h b/src/cci/core/cci_version.h index 94783727..a0c6403c 100644 --- a/src/cci/core/cci_version.h +++ b/src/cci/core/cci_version.h @@ -26,12 +26,12 @@ #ifndef CCI_CORE_CCI_VERSION_H_INCLUDED_ #define CCI_CORE_CCI_VERSION_H_INCLUDED_ -#define CCI_SHORT_RELEASE_DATE 20180613 +#define CCI_SHORT_RELEASE_DATE 20230909 #define CCI_VERSION_ORIGINATOR "Accellera" #define CCI_VERSION_MAJOR 1 #define CCI_VERSION_MINOR 0 -#define CCI_VERSION_PATCH 0 +#define CCI_VERSION_PATCH 1 #define CCI_IS_PRERELEASE 0 // token stringification