From bb8b3ae0916a5b3e98daea91c3b12ef07fcf8fe7 Mon Sep 17 00:00:00 2001 From: drbob Date: Tue, 16 Jun 2009 21:20:53 +0000 Subject: [PATCH] Update version number to v0.4.13c git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.4.x@1304 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Windows/retroshare.nsi | 2 +- retroshare-gui/src/retroshare.nsi | 2 +- retroshare-gui/src/util/rsversion.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"