Updated the version number.

This commit is contained in:
skarg
2008-01-08 23:12:32 +00:00
parent bfd4d71804
commit 401dbaa89d
2 changed files with 4 additions and 13 deletions
+1 -10
View File
@@ -1,10 +1 @@
-Iinclude -Iinclude -Idemo/handler -Idemo/object -Iports/linux -castfcnptr -fullinitblock -weak +posixlib
-Idemo/handler
-Idemo/object
-Iports/linux
-castfcnptr
-fullinitblock
-weak
+posixlib
-skipposixheaders
+3 -3
View File
@@ -1,6 +1,6 @@
/*####COPYRIGHTBEGIN#### /*####COPYRIGHTBEGIN####
------------------------------------------- -------------------------------------------
Copyright (C) 2007 Steve Karg Copyright (C) 2007-2008 Steve Karg
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
@@ -39,8 +39,8 @@
#define BACNET_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z)) #define BACNET_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z))
#endif #endif
#define BACNET_VERSION_TEXT "0.4.1" #define BACNET_VERSION_TEXT "0.4.2"
#define BACNET_VERSION_CODE BACNET_VERSION(0,4,1) #define BACNET_VERSION_CODE BACNET_VERSION(0,4,2)
#define BACNET_VERSION_MAJOR ((BACNET_VERSION_CODE>>16)&0xFF) #define BACNET_VERSION_MAJOR ((BACNET_VERSION_CODE>>16)&0xFF)
#define BACNET_VERSION_MINOR ((BACNET_VERSION_CODE>>8)&0xFF) #define BACNET_VERSION_MINOR ((BACNET_VERSION_CODE>>8)&0xFF)
#define BACNET_VERSION_MAINTENANCE (BACNET_VERSION_CODE&0xFF) #define BACNET_VERSION_MAINTENANCE (BACNET_VERSION_CODE&0xFF)