mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 18:26:05 -04:00
Update project version to 3.3.1
This commit is contained in:
parent
eba0b3f48a
commit
81b2fc9262
@ -6,7 +6,7 @@
|
|||||||
# or copy at http://opensource.org/licenses/MIT)
|
# or copy at http://opensource.org/licenses/MIT)
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp
|
||||||
project(SQLiteCpp VERSION 3.3.0)
|
project(SQLiteCpp VERSION 3.3.1)
|
||||||
|
|
||||||
# SQLiteC++ 3.x requires C++11 features
|
# SQLiteC++ 3.x requires C++11 features
|
||||||
if (NOT CMAKE_CXX_STANDARD)
|
if (NOT CMAKE_CXX_STANDARD)
|
||||||
|
2
Doxyfile
2
Doxyfile
@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 3.3.0
|
PROJECT_NUMBER = 3.3.1
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -41,6 +41,6 @@
|
|||||||
*
|
*
|
||||||
* WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
|
* WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
|
||||||
*/
|
*/
|
||||||
#define SQLITECPP_VERSION "3.03.00" // 3.3.0
|
#define SQLITECPP_VERSION "3.03.01" // 3.3.1
|
||||||
#define SQLITECPP_VERSION_NUMBER 3003000 // 3.3.0
|
#define SQLITECPP_VERSION_NUMBER 3003001 // 3.3.1
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ project(
|
|||||||
# SQLiteCpp requires C++11 support
|
# SQLiteCpp requires C++11 support
|
||||||
default_options: ['cpp_std=c++11', 'warning_level=3'],
|
default_options: ['cpp_std=c++11', 'warning_level=3'],
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
version: '3.3.0',
|
version: '3.3.1',
|
||||||
)
|
)
|
||||||
|
|
||||||
cxx = meson.get_compiler('cpp')
|
cxx = meson.get_compiler('cpp')
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="3">
|
<package format="3">
|
||||||
<name>SQLiteCpp</name>
|
<name>SQLiteCpp</name>
|
||||||
<version>3.3.0</version>
|
<version>3.3.1</version>
|
||||||
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
|
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
|
||||||
|
|
||||||
<maintainer email="sebastien.rombauts@gmail.com">Sébastien Rombauts</maintainer>
|
<maintainer email="sebastien.rombauts@gmail.com">Sébastien Rombauts</maintainer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user