Updated the version number.

This commit is contained in:
skarg
2007-06-18 17:02:51 +00:00
parent a18d338f00
commit e142d20f3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ static char Vendor_Name[16] = "ASHRAE";
/* FIXME: your vendor id assigned by ASHRAE */ /* FIXME: your vendor id assigned by ASHRAE */
static uint16_t Vendor_Identifier = 0; static uint16_t Vendor_Identifier = 0;
static char Model_Name[16] = "GNU"; static char Model_Name[16] = "GNU";
static char Firmware_Revision[16] = "0.3.1"; static char Firmware_Revision[16] = "0.3.2";
static char Application_Software_Version[16] = "1.0"; static char Application_Software_Version[16] = "1.0";
static char Location[16] = "USA"; static char Location[16] = "USA";
static char Description[16] = "server"; static char Description[16] = "server";
+1 -1
View File
@@ -298,7 +298,7 @@ int Device_Encode_Property_APDU(uint8_t * apdu,
apdu_len = encode_tagged_character_string(&apdu[0], &char_string); apdu_len = encode_tagged_character_string(&apdu[0], &char_string);
break; break;
case PROP_FIRMWARE_REVISION: case PROP_FIRMWARE_REVISION:
(void) strcpypgm2ram(&string_buffer[0], "0.3.1"); (void) strcpypgm2ram(&string_buffer[0], "0.3.2");
characterstring_init_ansi(&char_string, string_buffer); characterstring_init_ansi(&char_string, string_buffer);
apdu_len = encode_tagged_character_string(&apdu[0], &char_string); apdu_len = encode_tagged_character_string(&apdu[0], &char_string);
break; break;