summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2023-03-08 15:39:47 -0800
committerVictor Costan <costan@google.com>2023-03-08 15:44:00 -0800
commitdc05e026488865bc69313a68bcc03ef2e4ea8e83 (patch)
treec38dbee863cefadf5d76767b42b5978b76c86d5d
parent7b82423c597bfed223dff27f880fe91e169375b4 (diff)
downloadsnappy-git-dc05e026488865bc69313a68bcc03ef2e4ea8e83.tar.gz
Tag open source release 1.1.10.1.1.10
PiperOrigin-RevId: 515161676
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a0bc10..c3062e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/NEWS b/NEWS
index 931a5e1..792a578 100644
--- a/NEWS
+++ b/NEWS
@@ -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.