Removed outdated files, updated version

git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/pocketsphinx@12392 94700074-3cef-4d97-a70e-9c8c206c02f5
This commit is contained in:
nshmyrev
2014-03-25 22:45:53 +00:00
parent 0bbdc34cf3
commit fc3d77e025
5 changed files with 4 additions and 29 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ Kevin Lenzo
Alan W Black
Evandro Gouvea
David Huggins-Daines
Alexander Solovets
Vyacheslav Klimkov
More! please help us get all the names.
-24
View File
@@ -1,24 +0,0 @@
2007-08-23 David Huggins-Daines <dhuggins@cs.cmu.edu>
* all: PocketSphinx 0.4.1 (Revision 7200)
* win32: Fix Windows static-library builds
* python: Fix Python build
* various: Fix memory errors when calling fbs_init() multiple times
2007-08-16 David Huggins-Daines <dhuggins@cs.cmu.edu>
* all: PocketSphinx 0.4
* all: Numerous changes, see http://lima.lti.cs.cmu.edu/mediawiki/index.php?PocketSphinx
2007-01-26 David Huggins-Daines <dhuggins@cs.cmu.edu>
* all: PocketSphinx 0.3
* all: Compiles for bfin-uclinux, arm-linux, arm-wince-pe with GCC
* all: Compiles (untested) for WinCE using embedded VC++ 4.0
* all: Somewhat faster than the last release
* all: Regression test suite
2006-08-05 David Huggins-Daines <dhuggins@cs.cmu.edu>
* The first "real" PocketSphinx release.
+1 -1
View File
@@ -1,4 +1,4 @@
PocketSphinx 0.7
PocketSphinx 5prealpha
This is PocketSphinx, one of Carnegie Mellon University's open source
large vocabulary, speaker-independent continuous speech recognition
-1
View File
@@ -1 +0,0 @@
PocketSphinx v0.5.99
+1 -1
View File
@@ -2,7 +2,7 @@ dnl Welcome to the Sphinx automated build system.
dnl try not to hurt yourself ;)
AC_INIT(pocketsphinx, 5prealpha)
AM_INIT_AUTOMAKE([no-define])
AM_INIT_AUTOMAKE([no-define foreign])
AC_CONFIG_MACRO_DIR([m4])
CFLAGS=${CFLAGS:--g -O2 -Wall}