Skip to content

Commit

Permalink
Version 1.2.1, removing config.ini, log.txt
Browse files Browse the repository at this point in the history
	modified:   TurboBird.lpr
	modified:   TurboBird.lps
	deleted:    config.ini
	deleted:    log.txt
  • Loading branch information
motaz authored and motaz committed Jan 29, 2015
1 parent c36e247 commit 92145e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1,177 deletions.
6 changes: 3 additions & 3 deletions TurboBird.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ TurboBird: FireBird database administration and management tool }
{ Started by : Motaz Abdel Azeem http://code.sd/ }
{ Start development : 5.Dec.2009 }
{ Last updated : 2.Aug.2014 }
{ Last updated : 29.Jan.2015 }
{ License : GPL for GUI, LGPL for Units }
{***************************************************************************}

Expand All @@ -28,9 +28,9 @@
const
Major = 1;
Minor = 2;
Release = 0;
Release = 1;

VersionDate = '2010 - August 2014';
VersionDate = '2010 - Jan 2015';
{$IFDEF Unix}
{$DEFINE extdecl:=cdecl}
fbclib = 'libfbclient.' + sharedsuffix + '.2';
Expand Down
10 changes: 6 additions & 4 deletions TurboBird.lps
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
<Unit0>
<Filename Value="TurboBird.lpr"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<WindowIndex Value="0"/>
<TopLine Value="22"/>
<CursorPos X="2" Y="35"/>
<TopLine Value="1"/>
<CursorPos X="24" Y="5"/>
<UsageCount Value="110"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="main.pas"/>
Expand All @@ -18,10 +21,9 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="main"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="0"/>
<WindowIndex Value="0"/>
<TopLine Value="3599"/>
<TopLine Value="3584"/>
<CursorPos X="45" Y="3611"/>
<UsageCount Value="110"/>
<Loaded Value="True"/>
Expand Down
3 changes: 0 additions & 3 deletions config.ini

This file was deleted.

Loading

0 comments on commit 92145e1

Please sign in to comment.