Tag open source release 1.1.10.

PiperOrigin-RevId: 515161676
This commit is contained in:
Victor Costan 2023-03-08 15:39:47 -08:00
parent 7b82423c59
commit dc05e02648
2 changed files with 7 additions and 1 deletions

View file

@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cmake_minimum_required(VERSION 3.1)
project(Snappy VERSION 1.1.9 LANGUAGES C CXX)
project(Snappy VERSION 1.1.10 LANGUAGES C CXX)
# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)

6
NEWS
View file

@ -1,3 +1,9 @@
Snappy v1.1.10, Mar 8th 2023:
* Performance improvements
* Compilation fixes for various environments
Snappy v1.1.9, May 4th 2021:
* Performance improvements.