From ff84014a8badd553e82f5b026a066b69617ec9dd Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Tue, 22 Nov 2022 11:02:52 -0600 Subject: [PATCH] v2.1.3 --- version_stamp/version_stamp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version_stamp/version_stamp.cs b/version_stamp/version_stamp.cs index cadd4b2d..a847addd 100644 --- a/version_stamp/version_stamp.cs +++ b/version_stamp/version_stamp.cs @@ -51,8 +51,8 @@ public static class gen ); // keep one of the following 2: - public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP; - //public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE; + //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP; + public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE; // or maaaaybe this one, but probably not: //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;