Skip to content

Commit 1512332

Browse files
committed
Makefile: fix version
1 parent 3d5d0f3 commit 1512332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MyProductName = "SSHFS-Win"
22
MyCompanyName = "Navimatics Corporation"
33
MyDescription = "SSHFS for Windows"
4-
MyVersion = 3.2.$(shell date '+%y%j')
4+
MyVersion = 3.5.$(shell date '+%y%j')
55
ifeq ($(shell uname -m),x86_64)
66
MyArch = x64
77
else

0 commit comments

Comments
 (0)