Skip to content

Commit

Permalink
Merge pull request #10 from mdontu-bd/master
Browse files Browse the repository at this point in the history
bumped the version to 1.0
  • Loading branch information
mdontu-bd authored Dec 8, 2020
2 parents 297b027 + c303446 commit 7fe2b82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Cătălin Marian Pichiu <[email protected]>
Marian Done <[email protected]>
Ionuț Alexandru Cristian LEONTE <[email protected]>
Alexandru MATEI <[email protected]>
Arash Eslami
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libkvmi], [0.1])
AC_INIT([libkvmi], [1.0])

LT_INIT

Expand Down
6 changes: 3 additions & 3 deletions libkvmi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Name: libkvmi
Summary: KVM Virtual Machine Introspection library
License: LGPLv3+
URL: https://github.com/bitdefender/libkvmi
Version: 0.1.0
Version: 1.0.0
Release: 0
Group: System/Libraries
BuildRequires: autoconf automake libtool glibc-devel gcc kernel-headers make
Source0: https://github.com/bitdefender/libkvmi/archive/v0.1.0.tar.gz
Source0: https://github.com/bitdefender/libkvmi/archive/v1.0.0.tar.gz

%description
This package contains the client library for KVM's VMI subsystem
Expand Down Expand Up @@ -35,7 +35,7 @@ make
%{_bindir}/hookguest-libkvmi
%{_libdir}/libkvmi.so
%{_libdir}/libkvmi.so.0
%{_libdir}/libkvmi.so.0.1.0
%{_libdir}/libkvmi.so.1.0.0

%files devel
%{_includedir}/%{name}/libkvmi.h
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/linux/$(ARCH)
lib_LTLIBRARIES = libkvmi.la

libkvmi_la_SOURCES = kvmi.c
libkvmi_la_LDFLAGS = -pthread -version-number 0:1 \
libkvmi_la_LDFLAGS = -pthread -version-number 1:0 \
-Wl,--version-script,$(srcdir)/version.ld

0 comments on commit 7fe2b82

Please sign in to comment.