Skip to content
Snippets Groups Projects
Commit eaab4b71 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Getting closer to 0.1.0

parent 4c6bc884
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ AC_INIT(libcelt/arch.h)
AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=0
CELT_MICRO_VERSION=2
CELT_MINOR_VERSION=1
CELT_MICRO_VERSION=0
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
......
......@@ -3,7 +3,7 @@
pkginclude_HEADERS = celt.h celt_types.h celt_header.h
#EXTRA_DIST=
EXTRA_DIST= match-test.sh
#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment