]> granicus.if.org Git - rtmpdump/commitdiff
Bump to version 2.2e
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 29 May 2010 06:46:27 +0000 (06:46 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 29 May 2010 06:46:27 +0000 (06:46 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@488 400ebc74-4327-4243-bc38-086b20814532

Makefile
librtmp/Makefile
librtmp/rtmp.h

index 1d51a95a04d8a4c35efb4d91d8e790208fb391ac..379bd3c7261ecb08005bc027d7f3c1f263ef7dbe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=v2.2d
+VERSION=v2.2e
 
 CC=$(CROSS_COMPILE)gcc
 LD=$(CROSS_COMPILE)ld
index 985bb505cc02c7fa53d043d2d5a2118a08fefd31..47f0a0544de4fa5d8bff975f2fca4e0e8f3a527b 100644 (file)
@@ -1,4 +1,4 @@
-VERSION=v2.2d
+VERSION=v2.2e
 
 prefix=/usr/local
 
index 7f37a7e2f90e75d4981b44f5d87a2cc4836f022a..c593cb7bb0b02521893f934bd409d5017d9a1c3d 100644 (file)
@@ -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