diff options
Diffstat (limited to 'audiorecorder.c')
| -rw-r--r-- | audiorecorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audiorecorder.c b/audiorecorder.c index 58284ec..8775af0 100644 --- a/audiorecorder.c +++ b/audiorecorder.c @@ -35,7 +35,7 @@ using namespace std; /* --- cPluginAudiorecorder ------------------------------------------------- */ const char *cPluginAudiorecorder::DESCRIPTION = tr("floods your disc with music"); -const char *cPluginAudiorecorder::VERSION = "2.0.0_pre1"; +const char *cPluginAudiorecorder::VERSION = "2.0.0_rc4"; string cPluginAudiorecorder::recdir; int cPluginAudiorecorder::debug = 0; |
