diff options
| author | grdowns <grdowns@microsoft.com> | 2019-03-18 17:47:24 -0700 |
|---|---|---|
| committer | grdowns <grdowns@microsoft.com> | 2019-03-18 17:47:24 -0700 |
| commit | 563e085d424fc7b45c5f9e5897ef470b5c1186d8 (patch) | |
| tree | 24e4a4e7a702f112e6c7cc378fc8860c75de2304 | |
| parent | ec22cd193c16f0c4535d25bf9a25a748eb8b0a0f (diff) | |
| download | vcpkg-563e085d424fc7b45c5f9e5897ef470b5c1186d8.tar.gz vcpkg-563e085d424fc7b45c5f9e5897ef470b5c1186d8.zip | |
Update version strings
| -rw-r--r-- | ports/sqlpp11-connector-mysql/CONTROL | 4 | ||||
| -rw-r--r-- | ports/sqlpp11-connector-sqlite3/CONTROL | 4 | ||||
| -rw-r--r-- | ports/sqlpp11/CONTROL | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ports/sqlpp11-connector-mysql/CONTROL b/ports/sqlpp11-connector-mysql/CONTROL index 690e9d1ab..e56275137 100644 --- a/ports/sqlpp11-connector-mysql/CONTROL +++ b/ports/sqlpp11-connector-mysql/CONTROL @@ -1,4 +1,4 @@ Source: sqlpp11-connector-mysql
-Version: 0.25
+Version: 0.25-1
Description: A C++ wrapper for MySQL meant to be used in combination with sqlpp11.
-Build-Depends: date, libmariadb, sqlpp11
\ No newline at end of file +Build-Depends: date, libmariadb, sqlpp11
diff --git a/ports/sqlpp11-connector-sqlite3/CONTROL b/ports/sqlpp11-connector-sqlite3/CONTROL index 35a65250b..25e680eda 100644 --- a/ports/sqlpp11-connector-sqlite3/CONTROL +++ b/ports/sqlpp11-connector-sqlite3/CONTROL @@ -1,4 +1,4 @@ Source: sqlpp11-connector-sqlite3
-Version: 0.29
+Version: 0.29-1
Description: A C++ wrapper for sqlite3 meant to be used in combination with sqlpp11.
-Build-Depends: date, sqlite3, sqlpp11
\ No newline at end of file +Build-Depends: date, sqlite3, sqlpp11
diff --git a/ports/sqlpp11/CONTROL b/ports/sqlpp11/CONTROL index 7c75d17d9..bd5101f8f 100644 --- a/ports/sqlpp11/CONTROL +++ b/ports/sqlpp11/CONTROL @@ -1,4 +1,4 @@ Source: sqlpp11
-Version: 0.57
+Version: 0.57-1
Description: A type safe embedded domain specific language for SQL queries and results in C++.
-Build-Depends: date
\ No newline at end of file +Build-Depends: date
|
