File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
# Briefly: Use it however suits you better and just give me due credit.
6
6
#
7
7
# ## Changelog:
8
+ # V4.1: Security fixes
8
9
# V4.0: Track top resource consuming processes
9
10
# V3.3: Add free memory chart (from proc/meminfo)
10
11
# V3.2: Smooth Screensaver render with Cairo
13
14
# V2.1: Added CCby license. Restructured a bit.
14
15
# V2.0: Added 32-bit target for 64 bits environment.
15
16
16
- VERSION := 4.0-b5 .$(shell date +% Y.% m.% d)
17
+ VERSION := 4.1 .$(shell date +% Y.% m.% d)
17
18
CFLAGS := -std=c11 -Wall -O2 -DNDEBUG -g2 -DVERSION=\"$(VERSION ) \" $(CFLAGS ) -Wno-deprecated-declarations
18
19
CPPFLAGS := ` pkg-config --cflags gtk+-2.0 ` $(CPPFLAGS )
19
20
LDLIBS := ` pkg-config --libs gtk+-2.0 ` $(LDLIBS )
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Briefly: Use it however suits you better and just give me due credit.
15
15
## Dependencies
16
16
Requires GTK2 libraries and procps: ` sudo apt install libgtk2.0-dev libprocps-dev `
17
17
18
+
18
19
## Features ##
19
20
20
- * Really lightweight, colourful, user friendly, broadly compatible.
21
+ * Very lightweight, colourful, user friendly, broadly compatible.
21
22
22
23
* Tracks top consuming processes.
23
24
You can’t perform that action at this time.
0 commit comments