Skip to content

Commit d72aadb

Browse files
author
Jaben
committed
v2.1
1 parent 817f1f0 commit d72aadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yafsrc/YAF.Utils/YafForumInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static int AppVersion
126126
{
127127
get
128128
{
129-
return 52;
129+
return 53;
130130
}
131131
}
132132

@@ -150,7 +150,7 @@ public static long AppVersionCode
150150
byte build = 0;
151151
byte sub = 0;
152152

153-
var releaseType = ReleaseType.BETA;
153+
var releaseType = ReleaseType.Regular;
154154
byte releaseNumber = 0;
155155

156156
long version = (long)major << 24;
@@ -179,7 +179,7 @@ public static DateTime AppVersionDate
179179
{
180180
get
181181
{
182-
return new DateTime(2013, 10, 31);
182+
return new DateTime(2013, 12, 29);
183183
}
184184
}
185185

0 commit comments

Comments
 (0)