[Asterisk-cvs] asterisk-addons/asterisk-ooh323c config.h,1.1,1.2

vphirke vphirke
Mon Nov 7 11:04:40 CST 2005


Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c
In directory mongoose.digium.com:/tmp/cvs-serv11023

Modified Files:
	config.h 
Log Message:
Added mutex protection for ooh323c stack commands

Index: config.h
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/config.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.h	26 May 2005 17:41:45 -0000	1.1
+++ config.h	7 Nov 2005 15:55:48 -0000	1.2
@@ -108,13 +108,13 @@
 #define PACKAGE_NAME "ASTERISK-OOH323C"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ASTERISK-OOH323C 0.1"
+#define PACKAGE_STRING "ASTERISK-OOH323C 0.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "asterisk-ooh323c"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.1"
+#define PACKAGE_VERSION "0.3"
 
 /* Define to the type of arg 1 for `select'. */
 #define SELECT_TYPE_ARG1 int
@@ -135,7 +135,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "0.1"
+#define VERSION "0.3"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */




More information about the svn-commits mailing list