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
1f3d4dfb
Commit
1f3d4dfb
authored
Nov 01, 2018
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: wrong new version
Solution: bump back from 4.3.1 to 4.3.0
parent
efc9a302
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
NEWS
NEWS
+1
-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.
NEWS
View file @
1f3d4dfb
0MQ version 4.3.
1
stable, released on 20xx/xx/xx
0MQ version 4.3.
0
stable, released on 20xx/xx/xx
================================================
* The following DRAFT APIs have been marked as STABLE and will not change
...
...
include/zmq.h
View file @
1f3d4dfb
...
...
@@ -41,7 +41,7 @@
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 3
#define ZMQ_VERSION_PATCH
1
#define ZMQ_VERSION_PATCH
0
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) *10000 + (minor) *100 + (patch))
...
...
packaging/debian/changelog
View file @
1f3d4dfb
zeromq (4.3.
1
) UNRELEASED; urgency=low
zeromq (4.3.
0
) UNRELEASED; urgency=low
* Initial packaging.
...
...
packaging/debian/zeromq.dsc.obs
View file @
1f3d4dfb
...
...
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: zeromq
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
Architecture: any
Version: 4.3.
1
Version: 4.3.
0
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
Homepage: http://www.zeromq.org/
Standards-Version: 3.9.8
...
...
packaging/redhat/zeromq.spec
View file @
1f3d4dfb
...
...
@@ -10,7 +10,7 @@
%endif
%define lib_name libzmq5
Name: zeromq
Version: 4.3.
1
Version: 4.3.
0
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