summaryrefslogtreecommitdiff
path: root/utils/fpcreslipo
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fpcreslipo')
-rw-r--r--utils/fpcreslipo/Makefile2
-rw-r--r--utils/fpcreslipo/Makefile.fpc2
-rw-r--r--utils/fpcreslipo/fpmake.pp2
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/fpcreslipo/Makefile b/utils/fpcreslipo/Makefile
index 3bf933cbb8..0c88bef8a9 100644
--- a/utils/fpcreslipo/Makefile
+++ b/utils/fpcreslipo/Makefile
@@ -330,7 +330,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=fpcreslipo
-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/utils/fpcreslipo/Makefile.fpc b/utils/fpcreslipo/Makefile.fpc
index 00f5cc9309..7b6b6dc77c 100644
--- a/utils/fpcreslipo/Makefile.fpc
+++ b/utils/fpcreslipo/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=fpcreslipo
-version=3.2.0-beta
+version=3.2.0rc1
[require]
packages=rtl fpmkunit
diff --git a/utils/fpcreslipo/fpmake.pp b/utils/fpcreslipo/fpmake.pp
index d05ae9760e..e09ce279ef 100644
--- a/utils/fpcreslipo/fpmake.pp
+++ b/utils/fpcreslipo/fpmake.pp
@@ -26,7 +26,7 @@ begin
P.Email := '';
P.Directory:=ADirectory;
- P.Version:='3.2.0-beta';
+ P.Version:='3.2.0rc1';
P.Dependencies.Add('fcl-res');
P.OSes:=[darwin, iphonesim];