Skip to content

Commit 33ee716

Browse files
committed
release v1.1
Signed-off-by: Sean Hefty <[email protected]>
1 parent bc676cb commit 33ee716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.63])
4-
AC_INIT([librdmacm],[1.0.21],[[email protected]])
4+
AC_INIT([librdmacm],[1.1.0],[[email protected]])
55
AC_CONFIG_SRCDIR([src/cma.c])
66
AC_CONFIG_AUX_DIR(config)
77
AC_CONFIG_MACRO_DIR(config)

librdmacm.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define ver @VERSION@
22

33
Name: librdmacm
4-
Version: 1.0.21
4+
Version: 1.1.0
55
Release: 1%{?dist}
66
Summary: Userspace RDMA Connection Manager
77

0 commit comments

Comments
 (0)