diff --git a/build_scripts/Windows/retroshare.nsi b/build_scripts/Windows/retroshare.nsi index e2a201b21..9b8548d79 100644 --- a/build_scripts/Windows/retroshare.nsi +++ b/build_scripts/Windows/retroshare.nsi @@ -2,7 +2,7 @@ ; Define your application name !define APPNAME "RetroShare" -!define VERSION "0.4.13a" +!define VERSION "0.4.13c" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" ; Main Install settings diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index fba8820ac..f9d6d9253 100644 --- a/retroshare-gui/src/retroshare.nsi +++ b/retroshare-gui/src/retroshare.nsi @@ -2,7 +2,7 @@ ; Define your application name !define APPNAME "RetroShare" -!define VERSION "0.4.13b" +!define VERSION "0.4.13c" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" ; Main Install settings diff --git a/retroshare-gui/src/util/rsversion.cpp b/retroshare-gui/src/util/rsversion.cpp index 6a3d178b1..78c43f6f6 100644 --- a/retroshare-gui/src/util/rsversion.cpp +++ b/retroshare-gui/src/util/rsversion.cpp @@ -23,7 +23,7 @@ //#define USE_SVN_VERSIONS 1 -#define VERSION "0.4.13b" +#define VERSION "0.4.13c" #if USE_SVN_VERSIONS #include "svn_revision.h"