File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
# or copy at http://opensource.org/licenses/MIT)
7
7
cmake_minimum_required (VERSION 3.5 )
8
8
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ) # custom CMake modules like FindSQLiteCpp
9
- project (SQLiteCpp VERSION 3.3.2 )
9
+ project (SQLiteCpp VERSION 3.3.3 )
10
10
11
11
# SQLiteC++ 3.x requires C++11 features
12
12
if (NOT CMAKE_CXX_STANDARD )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 3.3.2
41
+ PROJECT_NUMBER = 3.3.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 41
41
*
42
42
* WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
43
43
*/
44
- #define SQLITECPP_VERSION "3.03.02 " // 3.3.2
45
- #define SQLITECPP_VERSION_NUMBER 3003002 // 3.3.2
44
+ #define SQLITECPP_VERSION "3.03.03 " // 3.3.3
45
+ #define SQLITECPP_VERSION_NUMBER 3003003 // 3.3.3
46
46
Original file line number Diff line number Diff line change 1
1
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2
2
<package format =" 3" >
3
3
<name >SQLiteCpp</name >
4
- <version >3.3.2 </version >
4
+ <version >3.3.3 </version >
5
5
<description >A smart and easy to use C++ SQLite3 wrapper.</description >
6
6
7
7
<
maintainer email =
" [email protected] " >Sébastien Rombauts</
maintainer >
You can’t perform that action at this time.
0 commit comments