Updating version and README for DMR2YSF

This commit is contained in:
Andy CA6JAU 2018-07-30 21:33:43 -04:00
parent 7e231ca6a5
commit 7a3d4e4ca3
2 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ You can use this software with MMDVMHost and YSFGateway, with the default UDP po
MMDVMHost <-> DMR2YSF <-> YSFGateway
You can select a YSF reflector from your DMR radio, associating each radio TG with a specific YSF reflector. Please edit the file TG-YSFList.txt and enter only your preferred DMR ID - YSF reflector mapping list.
This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.

View File

@ -20,6 +20,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20180729";
const char* VERSION = "20180730";
#endif