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
97c8e2fe
Commit
97c8e2fe
authored
Jan 25, 2018
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 7.2
parent
2a2808ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.rst
CHANGELOG.rst
+6
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
packaging/biboumi.spec.cmake
packaging/biboumi.spec.cmake
+3
-0
No files found.
CHANGELOG.rst
View file @
97c8e2fe
Version 7.2 - 2018-01-24
========================
- Fix compilation with gcc 4.9. This is the last version to support this
old version.
Version 7.1 - 2018-01-22
========================
...
...
CMakeLists.txt
View file @
97c8e2fe
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 7
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
1
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
2
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
if
(
NOT CMAKE_BUILD_TYPE
)
...
...
packaging/biboumi.spec.cmake
View file @
97c8e2fe
...
...
@@ -63,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
* Wed Jan 24 2018 Le Coz Florent <louiz@louiz.org> - 7.2-1
Update to version 7.2
* Wed Jan 22 2018 Le Coz Florent <louiz@louiz.org> - 7.1-1
Update to version 7.1
...
...
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