summaryrefslogtreecommitdiff
path: root/packages/graph
diff options
context:
space:
mode:
Diffstat (limited to 'packages/graph')
-rw-r--r--packages/graph/Makefile2
-rw-r--r--packages/graph/Makefile.fpc2
-rw-r--r--packages/graph/Makefile.fpc.fpcmake2
-rw-r--r--packages/graph/fpmake.pp2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/graph/Makefile b/packages/graph/Makefile
index caee895f56..7534076c10 100644
--- a/packages/graph/Makefile
+++ b/packages/graph/Makefile
@@ -330,7 +330,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=graph
-override PACKAGE_VERSION=3.2.0-beta
+override PACKAGE_VERSION=3.2.0rc1
FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
ifdef OS_TARGET
FPC_TARGETOPT+=--os=$(OS_TARGET)
diff --git a/packages/graph/Makefile.fpc b/packages/graph/Makefile.fpc
index 73858907a3..6a85b695b4 100644
--- a/packages/graph/Makefile.fpc
+++ b/packages/graph/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=graph
-version=3.2.0-beta
+version=3.2.0rc1
[require]
packages=rtl fpmkunit
diff --git a/packages/graph/Makefile.fpc.fpcmake b/packages/graph/Makefile.fpc.fpcmake
index ec7404931e..5a488b96a0 100644
--- a/packages/graph/Makefile.fpc.fpcmake
+++ b/packages/graph/Makefile.fpc.fpcmake
@@ -4,7 +4,7 @@
[package]
name=graph
-version=3.2.0-beta
+version=3.2.0rc1
[require]
libc=y
diff --git a/packages/graph/fpmake.pp b/packages/graph/fpmake.pp
index b29e83891e..d392899780 100644
--- a/packages/graph/fpmake.pp
+++ b/packages/graph/fpmake.pp
@@ -17,7 +17,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.2.0-beta';
+ P.Version:='3.2.0rc1';
P.Author := 'FPC team';
P.License := 'LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';