Skip to content

Commit ad91755

Browse files
committed
Version 0.2.0.
1 parent 583bcaf commit ad91755

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 The IceCream-Cpp Developers. See the AUTHORS file at the
1+
Copyright (c) 2019-2020 The IceCream-Cpp Developers. See the AUTHORS file at the
22
top-level directory of this distribution and at
33
https://github.com/renatoGarcia/icecream-cpp
44

@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

icecream.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019 The IceCream-Cpp Developers. See the AUTHORS file at the
2+
* Copyright (c) 2019-2020 The IceCream-Cpp Developers. See the AUTHORS file at the
33
* top-level directory of this distribution and at
44
* https://github.com/renatoGarcia/icecream-cpp
55
*
@@ -39,9 +39,9 @@
3939

4040

4141
#define ICECREAM_MAJOR_VERSION 0
42-
#define ICECREAM_MINOR_VERSION 1
42+
#define ICECREAM_MINOR_VERSION 2
4343
#define ICECREAM_PATCH_VERSION 0
44-
#define ICECREAM_LIB_VERSION "0.1.0"
44+
#define ICECREAM_LIB_VERSION "0.2.0"
4545

4646

4747
#if defined(__GNUC__)

0 commit comments

Comments
 (0)