Skip to content

Commit dc05e02

Browse files
committed
Tag open source release 1.1.10.
PiperOrigin-RevId: 515161676
1 parent 7b82423 commit dc05e02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

2929
cmake_minimum_required(VERSION 3.1)
30-
project(Snappy VERSION 1.1.9 LANGUAGES C CXX)
30+
project(Snappy VERSION 1.1.10 LANGUAGES C CXX)
3131

3232
# C++ standard can be overridden when this is used as a sub-project.
3333
if(NOT CMAKE_CXX_STANDARD)

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Snappy v1.1.10, Mar 8th 2023:
2+
3+
* Performance improvements
4+
5+
* Compilation fixes for various environments
6+
17
Snappy v1.1.9, May 4th 2021:
28

39
* Performance improvements.

0 commit comments

Comments
 (0)