Skip to content

Commit

Permalink
Updated version information to 6.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Quinn <fquinn@cascadium.io>
  • Loading branch information
fquinner committed Jul 30, 2018
1 parent 8674507 commit 042025a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mama/VERSION.scons
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mama 6.2.2
mama 6.2.3
2 changes: 1 addition & 1 deletion mama/c_cpp/src/c/generateMamaSourceFiles.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set BUILD_DIR=%1
set VERSION_MAJOR=6
set VERSION_MINOR=2
set VERSION_RELEASE=2
set VERSION_RELEASE=3
set RC_VERSION_NUMERICAL=1
set RC_VERSION_STRING=1
set MAMACDLL=libmamacmdd.dll
Expand Down
4 changes: 2 additions & 2 deletions mama/dotnet/src/cs/MamaVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class MamaVersion
{
public static int MAMADOTNET_VERSION_MAJOR = 6;
public static int MAMADOTNET_VERSION_MINOR = 2;
public static string MAMADOTNET_VERSION_RELEASE = "2";
public static string MAMADOTNET_VERSION = "mamadotnet 6.2.2";
public static string MAMADOTNET_VERSION_RELEASE = "3";
public static string MAMADOTNET_VERSION = "mamadotnet 6.2.3";
}
}
2 changes: 1 addition & 1 deletion mama/jni/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="mama-jni" default="dist" basedir=".">
<property name="product" value="mamajni"></property>
<property name="base" value="mamajni"></property>
<property name="version" value="6.2.2"></property>
<property name="version" value="6.2.3"></property>
<property name="base.release" value="${base}_${version}"></property>
<property name="release" value="${product}_${version}"></property>
<property name="build" location="${user.dir}/classes"></property>
Expand Down
2 changes: 1 addition & 1 deletion mamda/VERSION.scons
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mamda 6.2.2
mamda 6.2.3
2 changes: 1 addition & 1 deletion mamda/c_cpp/src/cpp/generateMamdaVersion.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set BUILD_DIR=%1
set VERSION_MAJOR=6
set VERSION_MINOR=2
set VERSION_RELEASE=2
set VERSION_RELEASE=3

echo "generating version files.."

Expand Down
2 changes: 1 addition & 1 deletion mamda/java/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="mamda" default="dist" basedir=".">
<property name="product" value="mamda"></property>
<property name="version" value="6.2.2"></property>
<property name="version" value="6.2.3"></property>
<property name="release" value="${product}_${version}_jdk${java.version}"></property>
<property name="build" location="${user.dir}/classes"></property>
<property name="dist" location="${user.dir}/${product}"></property>
Expand Down

0 comments on commit 042025a

Please sign in to comment.