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
9634cdab
Commit
9634cdab
authored
Nov 09, 2016
by
louiz’
Browse files
Release version 4.0
parent
009aff52
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
9634cdab
Version 4.0
===========
Version 4.0
- 2016-11-09
===========
=============
- The separator between the IRC nickname and the IRC server is now '%'
instead of '!'. This makes things simpler (only one separator to
...
...
CMakeLists.txt
View file @
9634cdab
...
...
@@ -4,7 +4,7 @@ project(biboumi)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 4
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 0
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
"
~dev
"
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1y -pedantic -Wall -Wextra"
)
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"GNU"
)
...
...
packaging/biboumi.spec.cmake
View file @
9634cdab
...
...
@@ -59,8 +59,8 @@ make check %{?_smp_mflags}
%changelog
*
${
RPM_DATE
}
Le Coz Florent <louiz@louiz.org> -
${
RPM_VERSION
}
-1
-
Build latest git revision
*
Wed Nov 9 2016
Le Coz Florent <louiz@louiz.org> -
4.0
-1
-
Update to 4.0 sources
* Thu Aug 4 2016 Le Coz Florent <louiz@louiz.org> - 3.0-1
- Update to 3.0 sources
...
...
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