Skip to content

Commit aa644b2

Browse files
authored
Merge pull request #1 from mregmi/master
Bump the version to 0.4.10 for the new release
2 parents f4c1204 + 64d9741 commit aa644b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AC_INIT(qperf, 0.4.9, [email protected])
2-
AM_INIT_AUTOMAKE(qperf, 0.4.9)
1+
AC_INIT(qperf, 0.4.10, [email protected])
2+
AM_INIT_AUTOMAKE(qperf, 0.4.10)
33
AC_PROG_CC
44
AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)
55
AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1)

qperf.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: qperf
22
Summary: Measure socket and RDMA performance
3-
Version: 0.4.9
3+
Version: 0.4.10
44
Release: 1
55
License: BSD 3-Clause, GPL v2
66
Group: Networking/Diagnostic

src/qperf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
*/
6363
#define VER_MAJ 0 /* Major version */
6464
#define VER_MIN 4 /* Minor version */
65-
#define VER_INC 9 /* Incremental version */
65+
#define VER_INC 10 /* Incremental version */
6666
#define LISTENQ 5 /* Size of listen queue */
6767
#define BUFSIZE 1024 /* Size of buffers */
6868

0 commit comments

Comments
 (0)