Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cumbia-http
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
lib
cumbia
cumbia-http
Commits
7bcf6d3f
Commit
7bcf6d3f
authored
2 months ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
version in build files
parent
20c224cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cumbia-http.pri
+2
-2
2 additions, 2 deletions
cumbia-http.pri
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
7bcf6d3f
cmake_minimum_required
(
VERSION 3.16
)
cmake_minimum_required
(
VERSION 3.16
)
project
(
cumbia-http VERSION 2.2.
5
LANGUAGES C CXX
)
project
(
cumbia-http VERSION 2.2.
6
LANGUAGES C CXX
)
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
set
(
CMAKE_AUTOUIC ON
)
set
(
CMAKE_AUTOUIC ON
)
...
...
This diff is collapsed.
Click to expand it.
cumbia-http.pri
+
2
−
2
View file @
7bcf6d3f
...
@@ -43,8 +43,8 @@ isEmpty(INSTALL_ROOT) {
...
@@ -43,8 +43,8 @@ isEmpty(INSTALL_ROOT) {
DEFINES += CUMBIA_PRINTINFO
DEFINES += CUMBIA_PRINTINFO
VERSION_HEX = 0x02020
5
VERSION_HEX = 0x02020
6
VERSION = 2.2.
5
VERSION = 2.2.
6
DEFINES += CUMBIA_HTTP_VERSION_STR=\"\\\"$${VERSION}\\\"\" \
DEFINES += CUMBIA_HTTP_VERSION_STR=\"\\\"$${VERSION}\\\"\" \
CUMBIA_HTTP_VERSION=$${VERSION_HEX}
CUMBIA_HTTP_VERSION=$${VERSION_HEX}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment