]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: Update default project version
authorLzu Tao <taolzu@gmail.com>
Fri, 26 Apr 2019 18:42:22 +0000 (01:42 +0700)
committerLzu Tao <taolzu@gmail.com>
Fri, 26 Apr 2019 18:42:22 +0000 (01:42 +0700)
* Update to use ninja v1.9.0 on CI

.travis.yml
build/meson/meson.build

index ad2b4292a270f3198891533c9387474d914be110..1cb9851e94c2676d7525091ab4582f592716b74e 100644 (file)
@@ -184,7 +184,7 @@ matrix:
       compiler: clang
       install:
         - sudo apt-get install -qq liblz4-dev valgrind tree
-        - travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip'
+        - travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip'
             && unzip ~/ninja.zip -d ~/.local/bin
         - travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/get-pip.py'
             && python3 ~/get-pip.py --user
index 6543158eb1bad95d0ee6378839150ac0f4caa51a..59815f03c3c7786143ce37509dff991aded680ea 100644 (file)
@@ -16,7 +16,9 @@ project('zstd',
     'cpp_std=c++11',
     'buildtype=release'
   ],
-  version: '1.3.8',
+  # Fall-back version in case of extracting version number from
+  # `zstd.h` failed.
+  version: '1.4.0',
   meson_version: '>=0.47.0')
 
 cc = meson.get_compiler('c')