From c3e7022b1d3fd48a7e23df62cbde7c7e2b5961f2 Mon Sep 17 00:00:00 2001 From: hyc Date: Sat, 29 May 2010 06:46:27 +0000 Subject: [PATCH] Bump to version 2.2e git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@488 400ebc74-4327-4243-bc38-086b20814532 --- Makefile | 2 +- librtmp/Makefile | 2 +- librtmp/rtmp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1d51a95..379bd3c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v2.2d +VERSION=v2.2e CC=$(CROSS_COMPILE)gcc LD=$(CROSS_COMPILE)ld diff --git a/librtmp/Makefile b/librtmp/Makefile index 985bb50..47f0a05 100644 --- a/librtmp/Makefile +++ b/librtmp/Makefile @@ -1,4 +1,4 @@ -VERSION=v2.2d +VERSION=v2.2e prefix=/usr/local diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h index 7f37a7e..c593cb7 100644 --- a/librtmp/rtmp.h +++ b/librtmp/rtmp.h @@ -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 -- 2.50.1