From 5e288ea6c19807841754f2f0bb53e3896392aa47 Mon Sep 17 00:00:00 2001 From: Sergey Kosarevsky Date: Sun, 23 Aug 2015 02:09:37 +0200 Subject: [PATCH] Changed version tag 0.99.1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 45d252c..7f00c0e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,7 @@ #include "Decoders/WAV/WAVDataProvider.h" #include "Utils.h" -const char* PORTAMP_VERSION = "0.99.0"; +const char* PORTAMP_VERSION = "0.99.1"; sConfig g_Config;