From 3af94399e60baf2f00cf57f6dbbda3d9ec106d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Fri, 23 Feb 2018 15:01:06 +0100 Subject: [PATCH] Semantic versioning: Marked the current state of the repo as 1.0.0-rc.2 --- ChangeLog.txt | 2 +- src/Csv.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ebbf7d0..b552a65 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -ParseCSV 1.0.0 RC +ParseCSV 1.0.0-rc.2 ----------------------------------- Date: unreleased diff --git a/src/Csv.php b/src/Csv.php index ce2909c..752350c 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -7,7 +7,7 @@ use ParseCsv\extensions\DatatypeTrait; class Csv { /* - Class: ParseCSV v1.0.0 + Class: ParseCSV 1.0.0-rc.2 https://github.com/parsecsv/parsecsv-for-php Fully conforms to the specifications lined out on Wikipedia: