[rtmpdump] r488 - in trunk: Makefile librtmp/Makefile librtmp/rtmp.h

hyc subversion at mplayerhq.hu
Sat May 29 08:46:28 CEST 2010


Author: hyc
Date: Sat May 29 08:46:27 2010
New Revision: 488

Log:
Bump to version 2.2e

Modified:
   trunk/Makefile
   trunk/librtmp/Makefile
   trunk/librtmp/rtmp.h

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Fri May 28 03:37:42 2010	(r487)
+++ trunk/Makefile	Sat May 29 08:46:27 2010	(r488)
@@ -1,4 +1,4 @@
-VERSION=v2.2d
+VERSION=v2.2e
 
 CC=$(CROSS_COMPILE)gcc
 LD=$(CROSS_COMPILE)ld

Modified: trunk/librtmp/Makefile
==============================================================================
--- trunk/librtmp/Makefile	Fri May 28 03:37:42 2010	(r487)
+++ trunk/librtmp/Makefile	Sat May 29 08:46:27 2010	(r488)
@@ -1,4 +1,4 @@
-VERSION=v2.2d
+VERSION=v2.2e
 
 prefix=/usr/local
 

Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h	Fri May 28 03:37:42 2010	(r487)
+++ trunk/librtmp/rtmp.h	Sat May 29 08:46:27 2010	(r488)
@@ -39,7 +39,7 @@ extern "C"
 {
 #endif
 
-#define RTMP_LIB_VERSION	0x020204	/* 2.2d */
+#define RTMP_LIB_VERSION	0x020205	/* 2.2e */
 
 #define RTMP_FEATURE_HTTP	0x01
 #define RTMP_FEATURE_ENC	0x02


More information about the rtmpdump mailing list