Skip to content

Commit

Permalink
Makefile: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Dec 22, 2020
1 parent bd60b2a commit bb6c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MyProductName = "SSHFS-Win"
MyCompanyName = "Navimatics LLC"
MyDescription = "SSHFS for Windows"
MyProductVersion = "2020.1 Beta1"
MyProductVersion = "2021"
MyVersion = 3.5.$(shell date '+%y%j')
ifeq ($(shell uname -m),x86_64)
MyArch = x64
Expand Down

0 comments on commit bb6c90d

Please sign in to comment.