We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817f1f0 commit d72aadbCopy full SHA for d72aadb
yafsrc/YAF.Utils/YafForumInfo.cs
@@ -126,7 +126,7 @@ public static int AppVersion
126
{
127
get
128
129
- return 52;
+ return 53;
130
}
131
132
@@ -150,7 +150,7 @@ public static long AppVersionCode
150
byte build = 0;
151
byte sub = 0;
152
153
- var releaseType = ReleaseType.BETA;
+ var releaseType = ReleaseType.Regular;
154
byte releaseNumber = 0;
155
156
long version = (long)major << 24;
@@ -179,7 +179,7 @@ public static DateTime AppVersionDate
179
180
181
182
- return new DateTime(2013, 10, 31);
+ return new DateTime(2013, 12, 29);
183
184
185
0 commit comments