diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..fc073cd --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +2012-01-26 : Version 1.1 + * Added support for RTP input. + +2011-09-16 : Version 1.0 + * Initial public release. diff --git a/Makefile b/Makefile index 99b983a..53b2760 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = $(CROSS)$(TARGET)gcc STRIP = $(CROSS)$(TARGET)strip BUILD_ID = $(shell date +%F_%R) -VERSION="v1.0" +VERSION="v1.1" GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null) CFLAGS = -ggdb -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -O2 -D_GNU_SOURCE -DBUILD_ID=\"$(BUILD_ID)\" ifneq "$(GIT_VER)" ""