diff --git a/Makefile b/Makefile index fb5429a..081478b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif LIBUCONTEXT_C_SRC = $(wildcard arch/${ARCH}/*.c) LIBUCONTEXT_S_SRC = $(wildcard arch/${ARCH}/*.S) -LIBUCONTEXT_VERSION := 0.13 +LIBUCONTEXT_VERSION := 0.13.1 LIBUCONTEXT_OBJ = ${LIBUCONTEXT_C_SRC:.c=.o} ${LIBUCONTEXT_S_SRC:.S=.o} LIBUCONTEXT_SOVERSION = 0 LIBUCONTEXT_NAME = libucontext.so diff --git a/NEWS b/NEWS index bf73672..23ae285 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes from 0.13 to 0.13.1 +--------------------------- + +* Fix installation of libucontext.pc. + Patch contributed by Ă–mer Faruk IRMAK. + Changes from 0.12 to 0.13 -------------------------