summaryrefslogtreecommitdiff
path: root/packages/gdbint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gdbint/Makefile')
-rw-r--r--packages/gdbint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gdbint/Makefile b/packages/gdbint/Makefile
index c8b264e052..736e11c237 100644
--- a/packages/gdbint/Makefile
+++ b/packages/gdbint/Makefile
@@ -265,7 +265,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
endif
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
override PACKAGE_NAME=gdbint
-override PACKAGE_VERSION=2.2.2
+override PACKAGE_VERSION=2.5.1
ifdef inUnix
CURRDIR=./
else