diff --git a/NEsper.IO/NEsper.IO.Tests/Properties/AssemblyInfo.cs b/NEsper.IO/NEsper.IO.Tests/Properties/AssemblyInfo.cs
index 22e12cc8c..c7c03ba72 100755
--- a/NEsper.IO/NEsper.IO.Tests/Properties/AssemblyInfo.cs
+++ b/NEsper.IO/NEsper.IO.Tests/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
diff --git a/NEsper.IO/NEsper.IO/Properties/AssemblyInfo.cs b/NEsper.IO/NEsper.IO/Properties/AssemblyInfo.cs
index 135fede8a..b3427fd0a 100755
--- a/NEsper.IO/NEsper.IO/Properties/AssemblyInfo.cs
+++ b/NEsper.IO/NEsper.IO/Properties/AssemblyInfo.cs
@@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
diff --git a/NEsper.nuspec b/NEsper.nuspec
index 5cdd6cb19..d0e060644 100755
--- a/NEsper.nuspec
+++ b/NEsper.nuspec
@@ -2,7 +2,7 @@
NEsper
-5.2.4
+5.2.5
Espertech
Espertech
en-us
@@ -25,11 +25,11 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/NEsper.proj b/NEsper.proj
index ee52581d7..b8299776d 100755
--- a/NEsper.proj
+++ b/NEsper.proj
@@ -15,7 +15,7 @@
$(CCNetLabel)
-5.2.4
+5.2.5
$(MSBuildProjectDirectory)\build
diff --git a/NEsper.shfbproj b/NEsper.shfbproj
index 2a6721657..68aba6028 100755
--- a/NEsper.shfbproj
+++ b/NEsper.shfbproj
@@ -15,7 +15,7 @@ Studio adds them anyway -->
Documentation
Documentation
-.\build\NEsper-5.2.4\docs\
+.\build\NEsper-5.2.5\docs\
NEsper
diff --git a/NEsper/NEsper.Scripting.Jurassic/Properties/AssemblyInfo.cs b/NEsper/NEsper.Scripting.Jurassic/Properties/AssemblyInfo.cs
index c2283a6b1..67b10a905 100755
--- a/NEsper/NEsper.Scripting.Jurassic/Properties/AssemblyInfo.cs
+++ b/NEsper/NEsper.Scripting.Jurassic/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
diff --git a/NEsper/NEsper.Scripting.Noesis/Properties/AssemblyInfo.cs b/NEsper/NEsper.Scripting.Noesis/Properties/AssemblyInfo.cs
index 5a8295ba1..4b4a4ee1c 100755
--- a/NEsper/NEsper.Scripting.Noesis/Properties/AssemblyInfo.cs
+++ b/NEsper/NEsper.Scripting.Noesis/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
diff --git a/NEsper/NEsper.Tests/Properties/AssemblyInfo.cs b/NEsper/NEsper.Tests/Properties/AssemblyInfo.cs
index 606e6e84b..c1f99198e 100755
--- a/NEsper/NEsper.Tests/Properties/AssemblyInfo.cs
+++ b/NEsper/NEsper.Tests/Properties/AssemblyInfo.cs
@@ -39,5 +39,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
diff --git a/NEsper/NEsper/Properties/AssemblyInfo.cs b/NEsper/NEsper/Properties/AssemblyInfo.cs
index 5f320b3a9..ee9f7b2f5 100755
--- a/NEsper/NEsper/Properties/AssemblyInfo.cs
+++ b/NEsper/NEsper/Properties/AssemblyInfo.cs
@@ -40,7 +40,7 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.2.4")]
-[assembly: AssemblyFileVersion("5.2.4")]
+[assembly: AssemblyVersion("5.2.5")]
+[assembly: AssemblyFileVersion("5.2.5")]
[assembly: InternalsVisibleTo("NEsper.Tests")]
diff --git a/NEsper/NEsper/epl/join/base/ExecNodeQueryStrategy.cs b/NEsper/NEsper/epl/join/base/ExecNodeQueryStrategy.cs
index ba8d3ae9f..286649db7 100755
--- a/NEsper/NEsper/epl/join/base/ExecNodeQueryStrategy.cs
+++ b/NEsper/NEsper/epl/join/base/ExecNodeQueryStrategy.cs
@@ -20,7 +20,7 @@ namespace com.espertech.esper.epl.join.@base
///
/// Query strategy for building a join tuple set by using an execution node tree.
///
-[EsperVersion("5.2.4.*")]
+[EsperVersion("5.2.5.*")]
public sealed class ExecNodeQueryStrategy : QueryStrategy
{
/// CTor.
diff --git a/NEsper/NEsper/util/Version.cs b/NEsper/NEsper/util/Version.cs
index e4532c1be..4881b71b1 100755
--- a/NEsper/NEsper/util/Version.cs
+++ b/NEsper/NEsper/util/Version.cs
@@ -12,6 +12,6 @@ namespace com.espertech.esper.util
{
public class Version
{
-public static readonly String VERSION = "5.2.4";
+public static readonly String VERSION = "5.2.5";
}
}
diff --git a/VERSION b/VERSION
index e3384b389..e60200b54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.2.4
\ No newline at end of file
+5.2.5
\ No newline at end of file