Skip to content

Commit d53856d

Browse files
committed
2.1.9
1 parent 9bde5b2 commit d53856d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version_stamp/version_stamp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public static class gen
5151
);
5252

5353
// keep one of the following 2:
54-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55-
//public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
54+
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5656

5757
// or maaaaybe this one, but probably not:
5858
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
@@ -66,7 +66,7 @@ public static class gen
6666

6767
private const string NUSPEC_RELEASE_NOTES = "TODO url";
6868

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

0 commit comments

Comments
 (0)