From 134a7d998e722869c1b3a433ec429b60e43a65e2 Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Wed, 22 Nov 2023 08:21:02 -0700 Subject: [PATCH] 2.1.7 --- 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 c9bdb375..63abc5c0 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;