Browse Source

Add ChangeLog and change version to 1.1

Georgi Chorbadzhiyski 12 years ago
parent
commit
54605606c5
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      ChangeLog
  2. 1
    1
      Makefile

+ 5
- 0
ChangeLog View File

@@ -0,0 +1,5 @@
1
+2012-01-26 : Version 1.1
2
+ * Added support for RTP input.
3
+
4
+2011-09-16 : Version 1.0
5
+ * Initial public release.

+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
1 1
 CC = $(CROSS)$(TARGET)gcc
2 2
 STRIP = $(CROSS)$(TARGET)strip
3 3
 BUILD_ID = $(shell date +%F_%R)
4
-VERSION="v1.0"
4
+VERSION="v1.1"
5 5
 GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null)
6 6
 CFLAGS = -ggdb -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -O2 -D_GNU_SOURCE -DBUILD_ID=\"$(BUILD_ID)\"
7 7
 ifneq "$(GIT_VER)" ""

Loading…
Cancel
Save