Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
85caa2e6
authored
Sep 14, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
change for cloud
parent
581cd022
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
CMakeLists.txt
README.md
CMakeLists.txt
View file @
85caa2e6
...
...
@@ -3,7 +3,7 @@ project(Microservice)
# version stuff
set
(
Microservice_VERSION_MAJOR 1
)
set
(
Microservice_VERSION_MINOR 4
)
set
(
Microservice_VERSION_PATCH
1
)
set
(
Microservice_VERSION_PATCH
2
)
set
(
Microservice_VERSION_STRING
${
Microservice_VERSION_MAJOR
}
.
${
Microservice_VERSION_MINOR
}
.
${
Microservice_VERSION_PATCH
}
)
# type build flags
...
...
README.md
View file @
85caa2e6
## C++ Microservice Framework
## VERSIONS:
# 1.4.2
-
moving to municipalitybank.com cloud
# 1.4.1
-
add nlohman json to write/read response/request
# 1.4.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment