summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-11-20 12:57:17 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-11-20 12:57:17 +0100
commit60f60cc76e43197a0825ffac9aff0b7007a94175 (patch)
tree9a35ef295e84dc8555eb7e361062d0aedeae8edd /configure.in
parent6a9ad0e4234b47982b82b30e8774dcc311f43cd2 (diff)
Framework API now complete in its first iteration. So far with support for raw, opus and amrwb.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ddf76b9..537aa37 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Filename: configure.in
-AC_INIT([lrtp], [1.0.0])
+AC_INIT([lrtp], [0.0.1])
AC_CONFIG_SRCDIR([src/lrtp.cc])
AM_INIT_AUTOMAKE
@@ -69,5 +69,6 @@ AC_STDC_HEADERS
AC_OUTPUT(
Makefile
- src/Makefile)
+ src/Makefile
+ lrtp.pc)