Remove version number
This commit is contained in:
parent
0b92faf7f6
commit
cd46459569
2
bpm.c
2
bpm.c
|
|
@ -25,7 +25,7 @@
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define BANNER "bpm 0.0-beta (C) Copyright 2011 Mark Hills <mark@pogo.org.uk>"
|
#define BANNER "bpm (C) Copyright 2011 Mark Hills <mark@pogo.org.uk>"
|
||||||
#define NAME "bpm"
|
#define NAME "bpm"
|
||||||
|
|
||||||
#define RATE 44100 /* of input data */
|
#define RATE 44100 /* of input data */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue