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
64a85ebf
Commit
64a85ebf
authored
Feb 18, 2017
by
Constantin Rack
Committed by
GitHub
Feb 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2346 from bluca/news
Problem: 4.2.2 is out, version(s) are out of date
parents
8d75d506
ac5c75ce
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
6 deletions
+10
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+3
-0
configure.ac
configure.ac
+2
-1
zmq.h
include/zmq.h
+1
-1
changelog
packaging/debian/changelog
+1
-1
zeromq.dsc.obs
packaging/debian/zeromq.dsc.obs
+1
-1
zeromq.spec
packaging/redhat/zeromq.spec
+1
-1
No files found.
CMakeLists.txt
View file @
64a85ebf
...
...
@@ -745,7 +745,7 @@ else ()
COMPILE_DEFINITIONS
"DLL_EXPORT"
PUBLIC_HEADER
"
${
public_headers
}
"
VERSION
${
ZMQ_VERSION
}
SOVERSION
"5.1.
2
"
SOVERSION
"5.1.
3
"
OUTPUT_NAME
"libzmq"
PREFIX
""
)
if
(
ZMQ_BUILD_FRAMEWORK
)
...
...
NEWS
View file @
64a85ebf
0MQ version 4.2.3 stable, released on 20xx/xx/xx
=============================================
0MQ version 4.2.2 stable, released on 2017/02/18
=============================================
...
...
configure.ac
View file @
64a85ebf
...
...
@@ -40,9 +40,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
# ZeroMQ version 4.2.1: 6:1:1 (ABI version 5)
# ZeroMQ version 4.2.2: 6:2:1 (ABI version 5)
# ZeroMQ version 4.2.3: 6:3:1 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="6:
2
:1"
LTVER="6:
3
:1"
AC_SUBST(LTVER)
# Take a copy of original flags
...
...
include/zmq.h
View file @
64a85ebf
...
...
@@ -41,7 +41,7 @@
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 2
#define ZMQ_VERSION_PATCH
2
#define ZMQ_VERSION_PATCH
3
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))
...
...
packaging/debian/changelog
View file @
64a85ebf
zeromq (4.2.
2
) UNRELEASED; urgency=low
zeromq (4.2.
3
) UNRELEASED; urgency=low
* Initial packaging.
...
...
packaging/debian/zeromq.dsc.obs
View file @
64a85ebf
...
...
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: zeromq
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
Architecture: any
Version: 4.2.
2
Version: 4.2.
3
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
Homepage: http://www.zeromq.org/
Standards-Version: 3.9.8
...
...
packaging/redhat/zeromq.spec
View file @
64a85ebf
...
...
@@ -10,7 +10,7 @@
%endif
%define lib_name libzmq5
Name: zeromq
Version: 4.2.
2
Version: 4.2.
3
Release: 1%{?dist}
Summary: The ZeroMQ messaging library
Group: Applications/Internet
...
...
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