Revision: 625
http://sourceforge.net/p/sipp/code/625
Author: arcady-91
Date: 2013-02-06 23:11:47 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
Bumping version number to 3.3 (release)
Modified Paths:
--------------
sipp/branches/3.3/sipp.cpp
Modified: sipp/branches/3.3/sipp.cpp
===================================================================
--- sipp/branches/3.3/sipp.cpp 2013-01-13 23:45:32 UTC (rev 624)
+++ sipp/branches/3.3/sipp.cpp 2013-02-06 23:11:47 UTC (rev 625)
@@ -4622,7 +4622,7 @@
}
exit(EXIT_OTHER);
case SIPP_OPTION_VERSION:
- printf("\n SIPp v3.3-beta2"
+ printf("\n SIPp v3.3"
#ifdef _USE_OPENSSL
"-TLS"
#endif
@@ -4632,8 +4632,8 @@
#ifdef PCAPPLAY
"-PCAP"
#endif
- ", version %s, built %s, %s.\n\n",
- SIPP_VERSION, __DATE__, __TIME__);
+ ", built %s, %s.\n\n",
+ __DATE__, __TIME__);
printf
(" This program is free software; you can redistribute it and/or\n"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|