Skip to content

Commit

Permalink
Tag open source release 1.1.10.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 515161676
  • Loading branch information
pwnall committed Mar 8, 2023
1 parent 7b82423 commit dc05e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions 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.
Expand Down

0 comments on commit dc05e02

Please sign in to comment.