diff --git a/native/fsNotifier/linux/make.sh b/native/fsNotifier/linux/make.sh index 47a91fd8bb78..5657ebecd5d0 100755 --- a/native/fsNotifier/linux/make.sh +++ b/native/fsNotifier/linux/make.sh @@ -1,6 +1,5 @@ #!/bin/sh -# Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. VER=$(date "+%Y%m%d.%H%M") sed -i.bak "s/#define VERSION .*/#define VERSION \"${VER}\"/" fsnotifier.h && rm fsnotifier.h.bak