From 735b7d92ce1a0f6e1ad95af70a14a7ef1558431d Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Thu, 23 May 2024 09:03:29 +0800 Subject: [PATCH] Update version in documents --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- test/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index e3d406bd..f10c3051 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "FreeRTOS: FreeRTOS Cellular Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.3.0 +PROJECT_NUMBER = v1.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index 36ce2bfa..4046ca87 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "FreeRTOS-Cellular-Interface" -version: "v1.3.0" +version: "v1.4.0" description: | "FreeRTOS Cellular Interface implementation of the 3GPP TS v27.007 standard..\n" license: "MIT" diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 78d2693b..5f51c41f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required ( VERSION 3.13.0 ) project ( "cellular_library unit test" - VERSION 1.0.0 + VERSION 1.4.0 LANGUAGES C ) # Allow the project to be organized into folders.