e4f88bbcd2070984371af5c87eb6a19e551aa55e
2 ** NetXMS - Network Management System
3 ** Copyright (C) 2003-2014 Victor Kirhenshtein
5 ** This program is free software; you can redistribute it and/or modify
6 ** it under the terms of the GNU Lesser General Public License as published by
7 ** the Free Software Foundation; either version 3 of the License, or
8 ** (at your option) any later version.
10 ** This program is distributed in the hope that it will be useful,
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ** GNU General Public License for more details.
15 ** You should have received a copy of the GNU Lesser General Public License
16 ** along with this program; if not, write to the Free Software
17 ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 ** File: netxms-version.h
23 #ifndef _netxms_version_h_
24 #define _netxms_version_h_
31 #define NETXMS_VERSION_MAJOR 2
32 #define NETXMS_VERSION_MINOR 0
33 #define NETXMS_VERSION_STRING _T("2.0-M1")
34 #define NETXMS_VERSION_STRING_A "2.0-M1"
37 #define IS_UNICODE_BUILD_STRING _T(" (UNICODE)")
39 #define IS_UNICODE_BUILD_STRING _T(" (NON-UNICODE)")
43 * Current client-server protocol version
45 #define CLIENT_PROTOCOL_VERSION 44
48 * Current mobile device protocol version
50 #define MOBILE_DEVICE_PROTOCOL_VERSION 1