increased realease number to 0.9.0.10

git-svn-id: trunk@5110 -
This commit is contained in:
mattias 2004-01-27 13:00:16 +00:00
parent 011075cc95
commit 62640c74b3
3 changed files with 7 additions and 3 deletions

View File

@ -104,7 +104,8 @@ begin
LCLPath:=TrimFilename(LazarusSrcDir+SetDirSeparators('/lcl/units/'));
NextStartPos:=1;
writeln('CheckFilenameForLCLPaths UnitPath="',UnitPath,'" LCLPath="',LCLPath,'"');
if GetNextUsedDirectoryInSearchPath(UnitPath,LCLPath,NextStartPos)='' then begin
if GetNextUsedDirectoryInSearchPath(UnitPath,LCLPath,NextStartPos)='' then
begin
LCLPath:=LCLPath+'$(TargetCPU)'+PathDelim+'$(TargetOS)';
Result:=MessageDlg('LCL unit path missing',
'The current unit path for the file'#13

View File

@ -6496,7 +6496,7 @@ begin
Result:=CheckFilenameForLCLPaths(DelphiFilename);
if Result<>mrOk then exit;
// close Delphi files in editor
writeln('TMainIDE.DoConvertDelphiUnit Close files in editor');
writeln('TMainIDE.DoConvertDelphiUnit Close files in editor .pas/.dfm');
Result:=DoCloseEditorFile(DelphiFilename,[cfSaveFirst]);
if Result<>mrOk then exit;
DFMFilename:=FindDFMFileForDelphiUnit(DelphiFilename);
@ -10301,6 +10301,9 @@ end.
{ =============================================================================
$Log$
Revision 1.704 2004/01/27 13:00:16 mattias
increased realease number to 0.9.0.10
Revision 1.703 2004/01/24 16:09:10 mattias
IDE build configs are now saved on every install/uninstall

View File

@ -16,7 +16,7 @@ if [ "x$FPCRPM" = "x" ]; then
fi
Date=$Year$Month$Day
LazVersion=0.9.0.9
LazVersion=0.9.0.10
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
SrcTGZ=lazarus-$Date.tgz
TmpDir=/tmp/lazarus$LazVersion