From 8ff11c36342b6d47fb4668c23b9d4f96a80d0b09 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 23 Jul 2009 20:12:30 +0000 Subject: [PATCH] updated version numbers git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.4.x@1413 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu/make.sh | 2 +- retroshare-gui/src/retroshare-process.nsi | 2 +- retroshare-gui/src/retroshare.nsi | 2 +- retroshare-gui/src/util/rsversion.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_scripts/Ubuntu/make.sh b/build_scripts/Ubuntu/make.sh index b320da3f4..7635a3a9a 100755 --- a/build_scripts/Ubuntu/make.sh +++ b/build_scripts/Ubuntu/make.sh @@ -1,7 +1,7 @@ #!/bin/sh ###################### PARAMETERS #################### -version="0.4.12" +version="0.4.13e" arch=`dpkg --print-architecture` packager="Cyril Soler " ###################################################### diff --git a/retroshare-gui/src/retroshare-process.nsi b/retroshare-gui/src/retroshare-process.nsi index 9e6051d9d..d0effc229 100644 --- a/retroshare-gui/src/retroshare-process.nsi +++ b/retroshare-gui/src/retroshare-process.nsi @@ -4,7 +4,7 @@ ; Define your application name !define APPNAME "RetroShare" -!define VERSION "0.4.12c" +!define VERSION "0.4.13e" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index f9d6d9253..1d6e18da5 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.13c" +!define VERSION "0.4.13e" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" ; Main Install settings diff --git a/retroshare-gui/src/util/rsversion.cpp b/retroshare-gui/src/util/rsversion.cpp index 78c43f6f6..fc94ad14c 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.13c" +#define VERSION "0.4.13e" #if USE_SVN_VERSIONS #include "svn_revision.h"