summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Makefile2
-rw-r--r--compiler/Makefile.fpc2
-rw-r--r--compiler/msg/errore.msg2
-rw-r--r--compiler/version.pas2
4 files changed, 4 insertions, 4 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 6687369878..105b49643b 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -330,7 +330,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=compiler
-override PACKAGE_VERSION=3.2.0-beta
+override PACKAGE_VERSION=3.2.0rc1
unexport FPC_VERSION FPC_COMPILERINFO
CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr jvm i8086 aarch64 sparc64
ALLTARGETS=$(CYCLETARGETS)
diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index a14412234b..bcbe901f41 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=compiler
-version=3.2.0-beta
+version=3.2.0rc1
[target]
programs=pp
diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg
index bf7c9fd45c..be248242e3 100644
--- a/compiler/msg/errore.msg
+++ b/compiler/msg/errore.msg
@@ -1,6 +1,6 @@
#
# This file is part of the Free Pascal Compiler
-# Copyright (c) 1999-2018 by the Free Pascal Development team
+# Copyright (c) 1999-2020 by the Free Pascal Development team
#
# English (default) Language File for Free Pascal
#
diff --git a/compiler/version.pas b/compiler/version.pas
index 9ee82ec24c..392771c7c1 100644
--- a/compiler/version.pas
+++ b/compiler/version.pas
@@ -30,7 +30,7 @@ interface
version_nr = '3';
release_nr = '2';
patch_nr = '0';
- minorpatch = '-beta';
+ minorpatch = 'rc1';
{ word version for ppu file }
wordversion = ((ord(version_nr)-ord('0')) shl 14)+