diff options
author | Philipp Kerling <pkerling@casix.org> | 2018-01-14 13:26:18 +0100 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2018-01-14 14:30:30 +0100 |
commit | 3c5b1e089f58110d3cc090b1c97caab1efd4bb04 (patch) | |
tree | 2f43d8de907c8290decfcb0b08f4e8d6189266cc /tools | |
parent | f6aaac0295f3fe5485908ac20de5348346337db9 (diff) |
[depends] Bump waylandpp to 0.2.2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/waylandpp-scanner-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/waylandpp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/waylandpp-scanner-native/Makefile b/tools/depends/native/waylandpp-scanner-native/Makefile index ba41d9eb1d..054a202d59 100644 --- a/tools/depends/native/waylandpp-scanner-native/Makefile +++ b/tools/depends/native/waylandpp-scanner-native/Makefile @@ -5,7 +5,7 @@ DEPS=../../Makefile.include Makefile # lib name, version LIBNAME=waylandpp -VERSION=0.1.5 +VERSION=0.2.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile index 40e51748dd..1c61b93dd1 100644 --- a/tools/depends/target/waylandpp/Makefile +++ b/tools/depends/target/waylandpp/Makefile @@ -3,7 +3,7 @@ DEPS=Makefile # lib name, version LIBNAME=waylandpp -VERSION=0.1.5 +VERSION=0.2.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |