summaryrefslogtreecommitdiff
path: root/packages/fcl-js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-js')
-rw-r--r--packages/fcl-js/Makefile2
-rw-r--r--packages/fcl-js/Makefile.fpc2
-rw-r--r--packages/fcl-js/Makefile.fpc.fpcmake2
-rw-r--r--packages/fcl-js/fpmake.pp2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/fcl-js/Makefile b/packages/fcl-js/Makefile
index f1d9a760d3..db7cc9ab0d 100644
--- a/packages/fcl-js/Makefile
+++ b/packages/fcl-js/Makefile
@@ -330,7 +330,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=fcl-js
-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/fcl-js/Makefile.fpc b/packages/fcl-js/Makefile.fpc
index 0636364fde..bd7b0dd471 100644
--- a/packages/fcl-js/Makefile.fpc
+++ b/packages/fcl-js/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=fcl-js
-version=3.2.0-beta
+version=3.2.0rc1
[require]
packages=rtl fpmkunit
diff --git a/packages/fcl-js/Makefile.fpc.fpcmake b/packages/fcl-js/Makefile.fpc.fpcmake
index f62dfd7e39..2433d057dc 100644
--- a/packages/fcl-js/Makefile.fpc.fpcmake
+++ b/packages/fcl-js/Makefile.fpc.fpcmake
@@ -4,7 +4,7 @@
[package]
name=fcl-js
-version=3.2.0-beta
+version=3.2.0rc1
[target]
units=jsbase jstree jsscanner jsparser
diff --git a/packages/fcl-js/fpmake.pp b/packages/fcl-js/fpmake.pp
index ee46fe8a5d..71cfa134f8 100644
--- a/packages/fcl-js/fpmake.pp
+++ b/packages/fcl-js/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 := 'Michael Van Canneyt';
P.License := 'LGPL with FPC modification';
P.HomepageURL := 'www.freepascal.org';