Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain DEP.
biboumi
Commits
c1984733
Commit
c1984733
authored
Sep 19, 2017
by
louiz’
Browse files
Release version 6.0
parent
ad2ddafc
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
c1984733
Version 6.0
===========
Version 6.0
- 2017-09-17
===========
=============
- The LiteSQL dependency was removed. Only libsqlite3 is now necessary
to work with the database.
...
...
CMakeLists.txt
View file @
c1984733
...
...
@@ -4,7 +4,7 @@ project(biboumi)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 6
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 0
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
"
~dev
"
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE
"Debug"
CACHE STRING
...
...
packaging/biboumi.spec.cmake
View file @
c1984733
...
...
@@ -61,11 +61,8 @@ make check %{?_smp_mflags}
%changelog
*
${
RPM_DATE
}
Le Coz Florent <louiz@louiz.org> -
${
RPM_VERSION
}
-1
- Build latest git revision
* Wed Jun 14 2017 Le Coz Florent <louiz@louiz.org> - 6.0-1
Enable database support by building with sqlite3
* Tue Sep 19 2017 Le Coz Florent <louiz@louiz.org> - 6.0-1
Update to version 6.0
* Wed May 24 2017 Le Coz Florent <louiz@louiz.org> - 5.0-1
- Update to version 5.0
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment