Change current work to v1.7.0-dev

This commit is contained in:
Jared Szechy 2013-12-19 10:11:38 -05:00
parent e3dde6f7f9
commit 271a7e459a
3 changed files with 18 additions and 12 deletions

View File

@ -1,3 +1,9 @@
1.7.0-dev
New features:
CMake build system replaces Makefile
Use libsndfile for reading and writing audio files
Initial DSTAR voice support
1.6.0
New features:
Auto mutes P25 encrypted signals by default.

View File

@ -1,4 +1,4 @@
# Digital Speech Decoder 1.6.0
# Digital Speech Decoder 1.7.0-dev
Copyright (C) 2010 DSD Author
GPG Key ID: 0x3F1D7FD0 (74EF 430D F7F2 0A48 FCE6 F630 FAA2 635D 3F1D 7FD0)
@ -19,7 +19,7 @@ tap audio and synthesize the decoded speech. Speech
synthesis requires mbelib, which is a separate package.
### Supported formats in version 1.6.0:
### Supported formats
#### P25 Phase 1

View File

@ -340,7 +340,7 @@ main (int argc, char **argv)
char versionstr[25];
mbe_printVersion (versionstr);
printf ("Digital Speech Decoder 1.6.0\n");
printf ("Digital Speech Decoder 1.7.0-dev\n");
printf ("mbelib version %s\n", versionstr);
initOpts (&opts);