diff --git a/LICENSE.wslbridge b/LICENSE.wslbridge index 047da57..3079562 100644 --- a/LICENSE.wslbridge +++ b/LICENSE.wslbridge @@ -1,7 +1,6 @@ The MIT License (MIT) Copyright (c) 2016 Ryan Prichard -Copyright (c) 2017 Google LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/VERSION b/VERSION index a7ee35a..d3dcef6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 +1.8.3.2 diff --git a/makefile b/makefile index 21e7ceb..2c36580 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ # wsltty release -ver=1.8.3 +ver=1.8.3.2 ############################## # mintty release version @@ -24,7 +24,7 @@ wslbridgever=0.2.4 # or wslbridge branch or commit to build from source; # also set wslbridge-commit -wslbridge=wslbridge-frontend wslbridge-backend +#wslbridge=wslbridge-frontend wslbridge-backend # release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet: #wslbridge-commit=master @@ -88,10 +88,12 @@ wslbridge-package: tr -d '\015' < wslbridge-$(wslbridgever)-$(sys)/LICENSE.txt > LICENSE.wslbridge wslbridge-source: wslbridge-$(wslbridge-commit).zip - $(wgeto) https://github.com/rprichard/wslbridge/archive/$(wslbridge-commit).zip -o wslbridge-$(wslbridge-commit).zip unzip -o wslbridge-$(wslbridge-commit).zip tr -d '\015' < wslbridge-$(wslbridge-commit)/LICENSE.txt > LICENSE.wslbridge +wslbridge-$(wslbridge-commit).zip: + $(wgeto) https://github.com/rprichard/wslbridge/archive/$(wslbridge-commit).zip -o wslbridge-$(wslbridge-commit).zip + wslbridge-frontend: wslbridge-source cd wslbridge-$(wslbridge-commit)/frontend; make strip wslbridge-$(wslbridge-commit)/out/wslbridge.exe