summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 0e3d1da1..10e63d5b 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -5,8 +5,8 @@
STOW_ROOT = /usr/local/stow
PRODUCTS = $(HOME)/Products
-GCC_VERSION = 4.6
-BOOST_VERSION = 1_46_0
+GCC_VERSION = 4.5
+BOOST_VERSION = 1_46_1
CC = gcc-mp-$(GCC_VERSION)
ifeq ($(CC),clang)