summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94167d5..95a0a24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drak3d
-VERSION = 2.0
+VERSION = 2.1
DESTDIR=
libdir=/usr/lib
diff --git a/NEWS b/NEWS
index 2b6b2cf..ed0a465 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+2.1
- do not exec pkexec but run it so it has a parent process to fix double fork
issues mga#11184 mga#12364