Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Aug 6, 2024
1 parent 9bde5b2 commit d53856d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -66,7 +66,7 @@ public static class gen

private const string NUSPEC_RELEASE_NOTES = "TODO url";

const string COPYRIGHT = "Copyright 2014-2023 SourceGear, LLC";
const string COPYRIGHT = "Copyright 2014-2024 SourceGear, LLC";
const string AUTHORS = "Eric Sink";
const string SUMMARY = "SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite";
const string PACKAGE_TAGS = "sqlite";
Expand Down

0 comments on commit d53856d

Please sign in to comment.