Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
23c96acc
Commit
23c96acc
authored
May 09, 2020
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 8.5
parent
25530cf9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.rst
CHANGELOG.rst
+5
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
packaging/biboumi.spec.cmake
packaging/biboumi.spec.cmake
+3
-0
No files found.
CHANGELOG.rst
View file @
23c96acc
Version 8.5 - 2020-05-09
========================
- Fix a build failure with GCC 10
Version 8.4 - 2020-02-25
========================
...
...
CMakeLists.txt
View file @
23c96acc
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 8
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
4
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
5
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"GNU"
)
...
...
packaging/biboumi.spec.cmake
View file @
23c96acc
...
...
@@ -63,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
* Sat May 9 2020 Le Coz Florent <louiz@louiz.org> - 8.5-1
Update to version 8.5
* Tue Feb 25 2020 Le Coz Florent <louiz@louiz.org> - 8.4-1
Update to version 8.4
...
...
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