From fc3d77e02562b6e7cd9dc13687804cf2a30b718e Mon Sep 17 00:00:00 2001 From: nshmyrev Date: Tue, 25 Mar 2014 22:45:53 +0000 Subject: [PATCH] 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 --- AUTHORS | 4 ++-- ChangeLog | 24 ------------------------ README | 2 +- VERSION | 1 - configure.in | 2 +- 5 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 ChangeLog delete mode 100644 VERSION diff --git a/AUTHORS b/AUTHORS index d33e3f06..542b21b8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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. - - diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 616fcf7c..00000000 --- a/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -2007-08-23 David Huggins-Daines - - * 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 - - * all: PocketSphinx 0.4 - * all: Numerous changes, see http://lima.lti.cs.cmu.edu/mediawiki/index.php?PocketSphinx - -2007-01-26 David Huggins-Daines - - * 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 - - * The first "real" PocketSphinx release. - diff --git a/README b/README index 81cf5262..7d7555f6 100644 --- a/README +++ b/README @@ -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 diff --git a/VERSION b/VERSION deleted file mode 100644 index 22e24b75..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -PocketSphinx v0.5.99 diff --git a/configure.in b/configure.in index 0df82b21..070e6878 100644 --- a/configure.in +++ b/configure.in @@ -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}