mirror of https://github.com/rusefi/RomRaider.git
Updated files with Git hash of previous commit on which the distribution files are based.
This commit is contained in:
parent
86b33893c2
commit
f99e0e4b35
|
@ -82,7 +82,7 @@
|
|||
|
||||
<!-- Set the buildnumber to be the revision fetched from the repository, but default to zero for
|
||||
offline work -->
|
||||
<condition property="buildnumber" value="${svn.revision}" else="0">
|
||||
<condition property="buildnumber" value="${svn.revision}" else="399">
|
||||
<isset property="svn.revision"/>
|
||||
</condition>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- RomRaider 0.5.5 SNAPSHOT -
|
||||
- RomRaider 0.5.5 SNAPSHOT 86b338 -
|
||||
Open-Source ECU Tuning -- www.romraider.com
|
||||
|
||||
|
||||
|
@ -32,14 +32,14 @@ http://www.romraider.com/about444.html. Please be aware that as
|
|||
RomRaider is still in beta status and changing frequently,
|
||||
documentation may be incomplete or out of date.
|
||||
|
||||
-------------------------------------
|
||||
- 0.5.5 SNAPSHOT Notes (07/29/2012) -
|
||||
-------------------------------------
|
||||
--------------------------------------------
|
||||
- 0.5.5 SNAPSHOT 86b338 Notes (07/29/2012) -
|
||||
--------------------------------------------
|
||||
This is the latest SNAPSHOT release of the RomRaider from the GitHub repo.
|
||||
|
||||
-------------------------------
|
||||
- 0.5.5 SNAPSHOT Known Issues -
|
||||
-------------------------------
|
||||
--------------------------------------
|
||||
- 0.5.5 SNAPSHOT 86b338 Known Issues -
|
||||
--------------------------------------
|
||||
- Editor
|
||||
- Pasting table data can cause hangs under certain circumstances
|
||||
- Logger
|
||||
|
@ -56,8 +56,8 @@ This is the latest SNAPSHOT release of the RomRaider from the GitHub repo.
|
|||
- Change Log -
|
||||
--------------
|
||||
|
||||
0.5.5 SNAPSHOT (07/29/2012)
|
||||
---------------------------
|
||||
0.5.5 SNAPSHOT 86b338 (07/29/2012)
|
||||
----------------------------------
|
||||
|
||||
--- Logger ---
|
||||
- Minimum Java version 1.6 (x86) required
|
||||
|
|
|
@ -23,7 +23,7 @@ version.minor=5
|
|||
version.patch=5
|
||||
version.buildnumber=${buildnumber}
|
||||
version.extra=SNAPSHOT
|
||||
version.extra1=
|
||||
version.extra1=86b338
|
||||
|
||||
# the starting class for the application
|
||||
class.start=com.romraider.ECUExec
|
||||
|
|
Loading…
Reference in New Issue