Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
7005f227
Commit
7005f227
authored
Dec 31, 2016
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix release 4.2.1
Finalize changelog and bump ABI revision
parent
086bb890
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+1
-1
configure.ac
configure.ac
+2
-1
No files found.
CMakeLists.txt
View file @
7005f227
...
...
@@ -745,7 +745,7 @@ else ()
COMPILE_DEFINITIONS
"DLL_EXPORT"
PUBLIC_HEADER
"
${
public_headers
}
"
VERSION
${
ZMQ_VERSION
}
SOVERSION
"5.1.
0
"
SOVERSION
"5.1.
1
"
OUTPUT_NAME
"libzmq"
PREFIX
""
)
if
(
ZMQ_BUILD_FRAMEWORK
)
...
...
NEWS
View file @
7005f227
0MQ version 4.2.1 stable, released on 201
x/xx/xx
0MQ version 4.2.1 stable, released on 201
6/12/31
=============================================
* New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
...
...
configure.ac
View file @
7005f227
...
...
@@ -38,9 +38,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
# ZeroMQ version 4.2.1: 6:1:1 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="6:
0
:1"
LTVER="6:
1
:1"
AC_SUBST(LTVER)
# Take a copy of original flags
...
...
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