Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
verdict
Commits
7405dbde
Commit
7405dbde
authored
2 years ago
by
Clinton John Stimpson
Browse files
Options
Download
Email Patches
Plain Diff
Bump version up to verdict 1.4.1
parent
b9565599
master
julin/master
1.4.2
1.4.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
View file @
7405dbde
...
...
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED 1
)
project
(
verdict VERSION 1.4.
0
)
project
(
verdict VERSION 1.4.
1
)
# Includes
include
(
GNUInstallDirs
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help