Skip to content

Commit 2b63814

Browse files
committed
Tag open source release 1.1.9.
PiperOrigin-RevId: 372007801
1 parent 9c1be17 commit 2b63814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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.8 LANGUAGES C CXX)
30+
project(Snappy VERSION 1.1.9 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
master, TBD:
1+
Snappy v1.1.9, May 4th 2021:
22

33
* Performance improvements.
44

0 commit comments

Comments
 (0)