Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit eb066b5

Browse files
author
Ryan Jennings
committed
Up version, add prep support
1 parent 2831090 commit eb066b5

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ build
1313
debug
1414
release
1515
xcode
16+
.prep

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(ENABLE_RAW_SQL "Enable executing queries with raw sql" OFF)
1111
option(ENABLE_LOGGING "Enable internal library logging." OFF)
1212

1313
# define project name
14-
project (coda_db VERSION 0.5.0)
14+
project (coda_db VERSION 0.5.1)
1515

1616
# set path to custom modules
1717
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

package.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"author": {
3+
"email": "[email protected]",
4+
"web": "https://coda.life",
5+
"name": "Ryan Jennings"
6+
},
7+
"build_system": [
8+
"cmake",
9+
"make"
10+
],
11+
"dependencies": [
12+
13+
{
14+
"name": "sqlite",
15+
"version": "3.23.0"
16+
},
17+
{
18+
"name": "mysql",
19+
"version": "5.7.21"
20+
},
21+
{
22+
"name": "postgresql",
23+
"version": "10.3"
24+
},
25+
{
26+
"name": "boost",
27+
"version": "1.66.0"
28+
}
29+
],
30+
"name": "coda_db",
31+
"version": "0.5.1"
32+
}
33+

0 commit comments

Comments
 (0)