summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-06-22 19:42:52 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-06-22 19:42:52 +0000
commitfe68c673a7a0d5e3b1cf3e5752c00830c211d7dd (patch)
tree1cc3fbe16865b0a173a1faf0fedee285d5df91dc
parenta869d3fa7d39cbfce593063d618f76c3115b6d07 (diff)
downloadfpc-fe68c673a7a0d5e3b1cf3e5752c00830c211d7dd.tar.gz
* separate files in main repo
git-svn-id: https://svn.freepascal.org/svn/fpc/tags/release_3_0_4_rc1@36579 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/version.pas4
-rw-r--r--installer/install.dat4
-rw-r--r--installer/install.pas2
-rw-r--r--packages/chm/src/chmbase.pas2
-rw-r--r--packages/chm/src/chmcmd.lpr2
5 files changed, 7 insertions, 7 deletions
diff --git a/compiler/version.pas b/compiler/version.pas
index 4d3be8fbf9..e54e86190d 100644
--- a/compiler/version.pas
+++ b/compiler/version.pas
@@ -29,8 +29,8 @@ interface
{ version string }
version_nr = '3';
release_nr = '0';
- patch_nr = '3';
- minorpatch = '';
+ patch_nr = '4';
+ minorpatch = 'rc1';
{ word version for ppu file }
wordversion = ((ord(version_nr)-ord('0')) shl 14)+
diff --git a/installer/install.dat b/installer/install.dat
index e9dea35267..bda53eb262 100644
--- a/installer/install.dat
+++ b/installer/install.dat
@@ -6,8 +6,8 @@
# Warning: no package should contain more than 31 files (32-bit version
# of TV/FV cannot hold more than 31 members of a checkbox group)
-title=Free Pascal Compiler 3.0.3
-version=3.0.3
+title=Free Pascal Compiler 3.0.4rc1
+version=3.0.4rc1
#
# General
diff --git a/installer/install.pas b/installer/install.pas
index fcae800190..39eeb425e7 100644
--- a/installer/install.pas
+++ b/installer/install.pas
@@ -93,7 +93,7 @@ program install;
WHTMLScn,insthelp;
const
- installerversion='3.0.3';
+ installerversion='3.0.4rc1';
installercopyright='Copyright (c) 1993-2017 Florian Klaempfl';
diff --git a/packages/chm/src/chmbase.pas b/packages/chm/src/chmbase.pas
index dc7e49027d..767807e5f5 100644
--- a/packages/chm/src/chmbase.pas
+++ b/packages/chm/src/chmbase.pas
@@ -28,7 +28,7 @@ uses
Classes, SysUtils;
const
- CHMPackageVersion = '3.0.3'; // to be put in readme
+ CHMPackageVersion = '3.0.4rc1'; // to be put in readme
type
{$PACKRECORDS C}
diff --git a/packages/chm/src/chmcmd.lpr b/packages/chm/src/chmcmd.lpr
index 78325e3b7c..a0b9aad3bd 100644
--- a/packages/chm/src/chmcmd.lpr
+++ b/packages/chm/src/chmcmd.lpr
@@ -26,7 +26,7 @@ uses
{$ifdef Unix}cthreads,{$endif} Classes, Sysutils, chmfilewriter, GetOpts;
Const
- CHMCMDVersion = '3.0.3';
+ CHMCMDVersion = '3.0.4rc1';
Procedure Usage;