Skip to content

Commit 87f435a

Browse files
committed
Prepare for release (#62)
* Update Version number for release * Changed 0.6M8 to 0.6N
1 parent 45dcb7b commit 87f435a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PHPInSimMod.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*/
5959
class PHPInSimMod
6060
{
61-
const VERSION = '0.5.0.7';
61+
const VERSION = '0.5.1.0';
6262
const ROOTPATH = ROOTPATH;
6363

6464
/* Run Time Arrays */

modules/prism_packets.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function parsePackFormat()
212212
#define _ISPACKETS_H_
213213
/////////////////////
214214

215-
// InSim for Live for Speed : 0.6K2
215+
// InSim for Live for Speed : 0.6N
216216

217217
// InSim allows communication between up to 8 external programs and LFS.
218218

@@ -222,13 +222,13 @@ public function parsePackFormat()
222222

223223
// NOTE : This text file was written with a TAB size equal to 4 spaces.
224224

225-
// INSIM VERSION NUMBER (updated for version 0.6K12)
225+
// INSIM VERSION NUMBER (updated for version 0.6N)
226226
// ====================
227227

228228
/* const int INSIM_VERSION = 7; */
229229
define('INSIM_VERSION', 7);
230230

231-
// Version 0.6M8
231+
// Version 0.6N
232232
// -------------
233233
// Added ISS_DIALOG and ISS_TEXT_ENTRY to the ISS state flags
234234
// New packet SMALL_LCS - set local car switches (lights, horn, siren)

0 commit comments

Comments
 (0)