From bb6c90d35cfb309cf976794a7f12938f1ebee136 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 22 Dec 2020 13:24:39 -0800 Subject: [PATCH] Makefile: bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f69929c..e5169b5 100644 --- a/Makefile +++ b/Makefile @@ -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