Skip to content

Commit 4f41cc3

Browse files
committed
Prep for 1.2.0.0 release
1 parent 217769a commit 4f41cc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CardMaker/CardMakerBuild.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// SOFTWARE.
2323
////////////////////////////////////////////////////////////////////////////////
2424

25-
#define UNSTABLE
25+
//#define UNSTABLE
2626

2727
namespace CardMaker
2828
{
@@ -31,7 +31,7 @@ public static class CardMakerBuild
3131
public static string GetBuildSuffix()
3232
{
3333
#if UNSTABLE
34-
return "[UNSTABLE] V.A12";
34+
return "[UNSTABLE] V.A1";
3535
#else
3636
return string.Empty;
3737
#endif

CardMaker/bin/Release/Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ License
22
-------
33
The MIT License (MIT)
44

5-
Copyright (c) 2021 Tim Stair
5+
Copyright (c) 2022 Tim Stair
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)