From 884c98ff60f39ec78176e872922adf4f8a219eb0 Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Tue, 10 Jan 2023 10:11:17 -0600 Subject: [PATCH] 2.1.4 --- 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 5b506146..497a0d6f 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;