From 667f4acda66647bdfcac376afd0e3bf39cd8b1a8 Mon Sep 17 00:00:00 2001 From: Jose Baars Date: Fri, 21 May 2010 08:30:55 -0400 Subject: [PATCH] VMS specific: make sure final release can be installed over daily build --- vms/libssh2_make_kit.dcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vms/libssh2_make_kit.dcl b/vms/libssh2_make_kit.dcl index 2166ecc..dceca4f 100644 --- a/vms/libssh2_make_kit.dcl +++ b/vms/libssh2_make_kit.dcl @@ -104,7 +104,7 @@ $ seconddash = f$locate("-", restdir) $ if seconddash .ge. f$length( restdir ) $ then $ daily = "FALSE" -$ datename = "" +$ datename = "Final" $ else $ datename = "D" + f$extract(seconddash+1,8,restdir) $ endif @@ -113,7 +113,7 @@ $ if daily $ then $ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'''datename'" $ else -$ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'" +$ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'''datename'" $ endif $! $ productfilename = "JCB-''arch'-LIBSSH2-" + f$fao("V!2ZL!2ZL-!2ZL!AS-1", f$integer(vms_majorv),minorv,patchv,datename)