From 6bf3fb178a4d2ccc35ff779a04296873025ae9a8 Mon Sep 17 00:00:00 2001 From: drbob Date: Sun, 7 Dec 2008 17:55:21 +0000 Subject: [PATCH] Updated version numbers to v0.4.11d git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@875 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/retroshare.nsi | 2 +- retroshare-gui/src/util/rsversion.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index 505a45c02..cc74d8e01 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.11c" +!define VERSION "0.4.11d" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" ; Main Install settings diff --git a/retroshare-gui/src/util/rsversion.cpp b/retroshare-gui/src/util/rsversion.cpp index a0e716610..8e71bcea1 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.11c" +#define VERSION "0.4.11d" #if USE_SVN_VERSIONS #include "svn_revision.h"