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
Ailin Nemui
biboumi
Commits
cf32446d
Commit
cf32446d
authored
Jul 16, 2014
by
louiz’
Browse files
Release version 1.1
parent
6a4e17cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
cf32446d
Version 1.1 2014-16-07
- Fix a segmentation fault when connecting to an IRC server using IPv6
Version 1.0 2014-12-07
- First stable release.
...
...
CMakeLists.txt
View file @
cf32446d
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 1
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
0
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
1
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1y -pedantic -Wall -Wextra"
)
...
...
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