Browse Source

update version number

pull/622/head v2.1.11
Eric Sink 3 months ago
parent
commit
fe99a5c9ea
  1. 4
      version_stamp/version_stamp.cs

4
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;

Loading…
Cancel
Save