Skip to content

Commit

Permalink
Merge pull request #1 from mregmi/master
Browse files Browse the repository at this point in the history
Bump the version to 0.4.10 for the new release
  • Loading branch information
mregmi committed Jul 19, 2017
2 parents f4c1204 + 64d9741 commit aa644b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT(qperf, 0.4.9, general@lists.openfabrics.org)
AM_INIT_AUTOMAKE(qperf, 0.4.9)
AC_INIT(qperf, 0.4.10, general@lists.openfabrics.org)
AM_INIT_AUTOMAKE(qperf, 0.4.10)
AC_PROG_CC
AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)
AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1)
Expand Down
2 changes: 1 addition & 1 deletion qperf.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: qperf
Summary: Measure socket and RDMA performance
Version: 0.4.9
Version: 0.4.10
Release: 1
License: BSD 3-Clause, GPL v2
Group: Networking/Diagnostic
Expand Down
2 changes: 1 addition & 1 deletion src/qperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/
#define VER_MAJ 0 /* Major version */
#define VER_MIN 4 /* Minor version */
#define VER_INC 9 /* Incremental version */
#define VER_INC 10 /* Incremental version */
#define LISTENQ 5 /* Size of listen queue */
#define BUFSIZE 1024 /* Size of buffers */

Expand Down

0 comments on commit aa644b2

Please sign in to comment.