summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rwxr-xr-xbin/drak3d2
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db738bf..b430b7c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drak3d
-VERSION = 1.3
+VERSION = 1.4
DESTDIR=
libdir=/usr/lib
diff --git a/NEWS b/NEWS
index 503906a..5ee09c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.4:
+- use Compiz Fusion instead of compiz and beryl
+
1.2:
- install aquamarine for KDE and heliodor for Gnome when beryl
is selected
diff --git a/bin/drak3d b/bin/drak3d
index 591bd48..b2ff3e7 100755
--- a/bin/drak3d
+++ b/bin/drak3d
@@ -19,7 +19,7 @@
use strict;
-use lib qw(/usr/lib/libDrakX);
+use lib qw(lib /usr/lib/libDrakX);
# i18n: IMPORTANT: to get correct namespace (drak3d instead of libDrakX)
BEGIN { unshift @::textdomains, 'drak3d' }