update version code

This commit is contained in:
Manorit Chawdhry 2022-03-26 22:28:28 +05:30
parent 3c06867a5d
commit bd8eb21318
No known key found for this signature in database
GPG Key ID: 133C3B9AA833F0CF
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = 5.86
VERSION = 6.0.0
PN = anything-sync-daemon
PREFIX ?= /usr
@ -25,7 +25,7 @@ INSTALL_DIR = $(INSTALL) -d
Q = @
common/$(PN): common/$(PN).in
common/$(PN): Makefile common/$(PN).in
$(Q)echo -e '\033[1;32mSetting version\033[0m'
$(Q)$(SED) 's/@VERSION@/'$(VERSION)'/' common/$(PN).in > common/$(PN)