diff --git a/NEWS b/NEWS index 289cf160..7bed2fff 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ procps-ng-3.3.8 Debian #706259, RedHat #951391 * top now accomodates a window manager like 'screen' RedHat #962022 + * ps shows systemd unit and user unit for a process procps-ng-3.3.7 diff --git a/proc/Makefile.am b/proc/Makefile.am index b3e6689e..77bbe577 100644 --- a/proc/Makefile.am +++ b/proc/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ # # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html LIBprocps_CURRENT=2 -LIBprocps_REVISION=1 +LIBprocps_REVISION=2 LIBprocps_AGE=1 lib_LTLIBRARIES = libprocps.la