Bump the version to 0.4.10 for the new release

Signed-off-by: Manish Regmi <manish.regmi@intel.com>
master
Manish Regmi 2017-07-12 10:03:34 -07:00
parent f4c12043f2
commit 64d9741e6a
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 */