Skip to content

Commit b9861e4

Browse files
committed
Version 3.3
1 parent a2fa786 commit b9861e4

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project(fast_float VERSION 3.2.0 LANGUAGES CXX)
3+
project(fast_float VERSION 3.3.0 LANGUAGES CXX)
44
option(FASTFLOAT_TEST "Enable tests" OFF)
55
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to be used")
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

LICENSE-APACHE

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright [yyyy] [name of copyright owner]
178+
Copyright 2021 The fast_float authors
190179

191180
Licensed under the Apache License, Version 2.0 (the "License");
192181
you may not use this file except in compliance with the License.

script/amalgamate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if filename == 'LICENSE-APACHE':
2323
lines = [
2424
' Copyright 2021 The fast_float authors\n',
25-
*lines[189:-1]
25+
*lines[179:-1]
2626
]
2727

2828
text = ''

0 commit comments

Comments
 (0)