summaryrefslogtreecommitdiff
path: root/packages/gtk1
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gtk1')
-rw-r--r--packages/gtk1/Makefile2
-rw-r--r--packages/gtk1/Makefile.fpc2
-rw-r--r--packages/gtk1/Makefile.fpc.fpcmake2
-rw-r--r--packages/gtk1/fpmake.pp2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/gtk1/Makefile b/packages/gtk1/Makefile
index ae3dc09d15..62e3b04304 100644
--- a/packages/gtk1/Makefile
+++ b/packages/gtk1/Makefile
@@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=gtk1
-override PACKAGE_VERSION=3.1.1
+override PACKAGE_VERSION=3.3.1
FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
ifdef OS_TARGET
FPC_TARGETOPT+=--os=$(OS_TARGET)
diff --git a/packages/gtk1/Makefile.fpc b/packages/gtk1/Makefile.fpc
index 5d9633483f..e28c49bd00 100644
--- a/packages/gtk1/Makefile.fpc
+++ b/packages/gtk1/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=gtk1
-version=3.1.1
+version=3.3.1
[require]
packages=rtl fpmkunit
diff --git a/packages/gtk1/Makefile.fpc.fpcmake b/packages/gtk1/Makefile.fpc.fpcmake
index 9409921f0a..127b9fb297 100644
--- a/packages/gtk1/Makefile.fpc.fpcmake
+++ b/packages/gtk1/Makefile.fpc.fpcmake
@@ -4,7 +4,7 @@
[package]
name=gtk1
-version=3.1.1
+version=3.3.1
[require]
libc=y
diff --git a/packages/gtk1/fpmake.pp b/packages/gtk1/fpmake.pp
index e012284d11..e56915fd46 100644
--- a/packages/gtk1/fpmake.pp
+++ b/packages/gtk1/fpmake.pp
@@ -16,7 +16,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.1.1';
+ P.Version:='3.3.1';
P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Peter Vreman';
P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';