Skip to content

Commit 48d97a2

Browse files
committed
Minor version 4.1
1 parent c9fd53b commit 48d97a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Briefly: Use it however suits you better and just give me due credit.
66
#
77
### Changelog:
8+
# V4.1: Security fixes
89
# V4.0: Track top resource consuming processes
910
# V3.3: Add free memory chart (from proc/meminfo)
1011
# V3.2: Smooth Screensaver render with Cairo
@@ -13,7 +14,7 @@
1314
# V2.1: Added CCby license. Restructured a bit.
1415
# V2.0: Added 32-bit target for 64 bits environment.
1516

16-
VERSION := 4.0-b5.$(shell date +%Y.%m.%d)
17+
VERSION := 4.1.$(shell date +%Y.%m.%d)
1718
CFLAGS := -std=c11 -Wall -O2 -DNDEBUG -g2 -DVERSION=\"$(VERSION)\" $(CFLAGS) -Wno-deprecated-declarations
1819
CPPFLAGS := `pkg-config --cflags gtk+-2.0` $(CPPFLAGS)
1920
LDLIBS := `pkg-config --libs gtk+-2.0` $(LDLIBS)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Briefly: Use it however suits you better and just give me due credit.
1515
## Dependencies
1616
Requires GTK2 libraries and procps: `sudo apt install libgtk2.0-dev libprocps-dev`
1717

18+
1819
## Features ##
1920

20-
* Really lightweight, colourful, user friendly, broadly compatible.
21+
* Very lightweight, colourful, user friendly, broadly compatible.
2122

2223
* Tracks top consuming processes.
2324

0 commit comments

Comments
 (0)