summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/gdb.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gdb.make b/rules/gdb.make
index 749c9fb75..ab23c2979 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GDB) += gdb
#
# Paths and names
#
-GDB_VERSION = 6.3
+GDB_VERSION = 6.4
GDB = gdb-$(GDB_VERSION)
GDB_SUFFIX = tar.bz2
GDB_URL = $(PTXCONF_SETUP_GNUMIRROR)/gdb/$(GDB).$(GDB_SUFFIX)