Version bump to 5.1.1dr1

This commit is contained in:
Andreas Steffen 2013-08-19 10:03:23 +02:00
parent 1e92d5f114
commit e626821677
2 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
# initialize & set some vars # initialize & set some vars
# ============================ # ============================
AC_INIT([strongSwan],[5.1.0]) AC_INIT([strongSwan],[5.1.1dr1])
AM_INIT_AUTOMAKE(tar-ustar) AM_INIT_AUTOMAKE(tar-ustar)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_MACRO_DIR([m4/config])

View File

@ -41,8 +41,8 @@ static char strongswan_tag[] =
" <numeric>\n" " <numeric>\n"
" <major>5</major>\n" " <major>5</major>\n"
" <minor>1</minor>\n" " <minor>1</minor>\n"
" <build>0</build>\n" " <build>1</build>\n"
" <review></review>\n" " <review>dr1</review>\n"
" </numeric>\n" " </numeric>\n"
"</product_version>\n" "</product_version>\n"
"<software_creator>\n" "<software_creator>\n"
@ -54,11 +54,11 @@ static char strongswan_tag[] =
" <regid>regid.2004-03.org.strongswan</regid>\n" " <regid>regid.2004-03.org.strongswan</regid>\n"
"</software_licensor>\n" "</software_licensor>\n"
"<software_id>\n" "<software_id>\n"
" <unique_id>strongSwan-5-1-0</unique_id>\n" " <unique_id>strongSwan-5-1-1-dr1</unique_id>\n"
" <tag_creator_regid>regid.2004-03.org.strongswan</tag_creator_regid>\n" " <tag_creator_regid>regid.2004-03.org.strongswan</tag_creator_regid>\n"
"</software_id>\n" "</software_id>\n"
"<tag_creator>\n" "<tag_creator>\n"
" <name>strongSwan</name>\n" " <name>strongSwan Project</name>\n"
" <regid>regid.2004-03.org.strongswan</regid>\n" " <regid>regid.2004-03.org.strongswan</regid>\n"
"</tag_creator>\n" "</tag_creator>\n"
"</software_identification_tag>\n"; "</software_identification_tag>\n";
@ -208,7 +208,7 @@ static TNC_Result receive_message(imc_state_t *state, imc_msg_t *in_msg)
attr_cast = (tcg_swid_attr_tag_id_inv_t*)attr; attr_cast = (tcg_swid_attr_tag_id_inv_t*)attr;
tag_id = swid_tag_id_create( tag_id = swid_tag_id_create(
chunk_from_str("regid.2004-03.org.strongswan"), chunk_from_str("regid.2004-03.org.strongswan"),
chunk_from_str("strongSwan-5-1-0"), chunk_from_str("strongSwan-5-1-1-dr1"),
chunk_empty); chunk_empty);
attr_cast->add_tag_id(attr_cast, tag_id); attr_cast->add_tag_id(attr_cast, tag_id);
} }