Update project version to 3.3.3

This commit is contained in:
Sébastien Rombauts 2025-05-20 07:23:46 +02:00
parent 232c941252
commit 28e8fbf92d
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# or copy at http://opensource.org/licenses/MIT)
cmake_minimum_required(VERSION 3.5)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp
project(SQLiteCpp VERSION 3.3.2)
project(SQLiteCpp VERSION 3.3.3)
# SQLiteC++ 3.x requires C++11 features
if (NOT CMAKE_CXX_STANDARD)

View File

@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.3.2
PROJECT_NUMBER = 3.3.3
# 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

View File

@ -41,6 +41,6 @@
*
* WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
*/
#define SQLITECPP_VERSION "3.03.02" // 3.3.2
#define SQLITECPP_VERSION_NUMBER 3003002 // 3.3.2
#define SQLITECPP_VERSION "3.03.03" // 3.3.3
#define SQLITECPP_VERSION_NUMBER 3003003 // 3.3.3

View File

@ -1,7 +1,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>SQLiteCpp</name>
<version>3.3.2</version>
<version>3.3.3</version>
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
<maintainer email="sebastien.rombauts@gmail.com">Sébastien Rombauts</maintainer>