# Configure script
#
-AC_INIT([NetXMS], [2.1], [bugs@netxms.org])
+AC_INIT([NetXMS], [3.0-M0], [bugs@netxms.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
/**
* Version constants
*/
-#define NETXMS_VERSION_MAJOR 2
-#define NETXMS_VERSION_MINOR 1
-#define NETXMS_VERSION_STRING _T("2.1")
-#define NETXMS_VERSION_STRING_A "2.1"
+#define NETXMS_VERSION_MAJOR 3
+#define NETXMS_VERSION_MINOR 0
+#define NETXMS_VERSION_STRING _T("3.0-M0")
+#define NETXMS_VERSION_STRING_A "3.0-M0"
#ifdef UNICODE
#define IS_UNICODE_BUILD_STRING _T(" (UNICODE)")
<groupId>org.netxms</groupId>
<artifactId>nxshell</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>nxshell</name>
<groupId>org.netxms</groupId>
<artifactId>netxms-base</artifactId>
<packaging>bundle</packaging>
- <version>2.1.1-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
<name>netxms-base</name>
<description>NetXMS base classes and commonly used utility code</description>
<url>http://www.netxms.org</url>
public final class NXCommon
{
// Version information
- public static final String VERSION = "2.1";
+ public static final String VERSION = "3.0-M0";
public static final UUID EMPTY_GUID = UUID.fromString("00000000-0000-0000-0000-000000000000");
}
<groupId>org.netxms</groupId>
<artifactId>netxms-client</artifactId>
<packaging>bundle</packaging>
- <version>2.1.1-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
<name>netxms-client</name>
<description>NetXMS client library - complete JAVA API</description>
<url>http://www.netxms.org</url>