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;