diff --git a/Makefile b/Makefile index 490f07f..4a33b6f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Package version # ---------------------------------------------------------------------------- -VERSION := 1.2.1 +VERSION := 1.2.2 # ---------------------------------------------------------------------------- # Shared object version diff --git a/pkg-config/ssu-sysinfo.pc b/pkg-config/ssu-sysinfo.pc index bfe4ff2..9483428 100644 --- a/pkg-config/ssu-sysinfo.pc +++ b/pkg-config/ssu-sysinfo.pc @@ -4,7 +4,7 @@ libdir=${prefix}/lib Name: ssu-sysinfo Description: Library for obtaining ssu information without IPC -Version: 1.2.1 +Version: 1.2.2 Requires: Libs: -L${libdir} -lssusysinfo Cflags: -I${includedir} diff --git a/rpm/ssu-sysinfo.spec b/rpm/ssu-sysinfo.spec index 19dafdf..f033f58 100644 --- a/rpm/ssu-sysinfo.spec +++ b/rpm/ssu-sysinfo.spec @@ -1,7 +1,7 @@ Name: ssu-sysinfo Summary: Tools and libraries for getting ssu information without D-Bus IPC -Version: 1.2.1 +Version: 1.2.2 Release: 0 Group: System/System Control License: LGPLv2.1+ and BSD