diff options
| author | Bill Avery <wravery@users.noreply.github.com> | 2018-12-17 16:26:56 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-17 16:26:56 -0800 |
| commit | ae2b0639a322824e1b69afad6ae855230d16c948 (patch) | |
| tree | de045b9177d9d97ee6c5797d1887f01c74bcdb34 /ports/graphqlparser/CONTROL | |
| parent | ac1bed33add8890834bd97f7cdaa822bceb44a37 (diff) | |
| download | vcpkg-ae2b0639a322824e1b69afad6ae855230d16c948.tar.gz vcpkg-ae2b0639a322824e1b69afad6ae855230d16c948.zip | |
[graphqlparser] Use default library type for the platform instead of specifying SHARED (#4794)
* Use default library type for the platform instead of specifying SHARED
* [graphqlparser] Bump control version and slight cleanup
* [vcpkg_find_acquire_program] Correct for previous corruption of CI
Diffstat (limited to 'ports/graphqlparser/CONTROL')
| -rw-r--r-- | ports/graphqlparser/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/graphqlparser/CONTROL b/ports/graphqlparser/CONTROL index 4a66842c0..0f6ed481e 100644 --- a/ports/graphqlparser/CONTROL +++ b/ports/graphqlparser/CONTROL @@ -1,3 +1,3 @@ Source: graphqlparser
-Version: v0.7.0
+Version: 0.7.0
Description: A GraphQL query parser in C++ with C and C++ APIs
|
