From 455d07e05b45405e431ae7c3a470290bda76dcfb Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Fri, 2 Oct 2015 21:43:13 +0300 Subject: [PATCH] Bump version to 0.0.0.6 --- rpcs3/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/stdafx.h b/rpcs3/stdafx.h index bcb3292343..f652d39e27 100644 --- a/rpcs3/stdafx.h +++ b/rpcs3/stdafx.h @@ -169,7 +169,7 @@ template struct triplet_t template struct id_traits; #define _PRGNAME_ "RPCS3" -#define _PRGVER_ "0.0.0.5" +#define _PRGVER_ "0.0.0.6" #include "Utilities/BEType.h" #include "Utilities/Atomic.h"