summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 606611b..439b78d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# pk.h version
-VERSION = 0.4.7
+VERSION = 0.5.0
# paths
PREFIX = /usr/local
@@ -32,5 +32,5 @@ LDFLAGS = $(LIBS)
OPTLEVEL ?= -O3
# compiler and linker
-CC ?= /usr/bin/clang
-CXX ?= /usr/bin/clang++
+CC ?= /usr/bin/gcc
+CXX ?= /usr/bin/g++