mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-21 07:36:26 -04:00
version fix
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.4.x@1849 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
45c749c4f1
commit
fc9e86c6a7
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
###################### PARAMETERS ####################
|
||||
version="0.4.14-rc1"
|
||||
version="0.4.14-rc4"
|
||||
arch=`dpkg --print-architecture`
|
||||
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
||||
|
||||
# Directory where to find libretroshare/src/ and retroshare-gui/src
|
||||
rsdir=/net/cortinaire/media/disc/csoler/RetroShare/retroshare-dev/v0.4.x/
|
||||
rsdir=/home/csoler/Desktop/Code/retroshare/branches/v0.4.x/
|
||||
|
||||
######################################################
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
//#define USE_SVN_VERSIONS 1
|
||||
|
||||
#define VERSION "0.4.14-rc3"
|
||||
#define VERSION "0.4.14-rc4"
|
||||
|
||||
#if USE_SVN_VERSIONS
|
||||
#include "svn_revision.h"
|
||||
@ -36,3 +36,4 @@ QString retroshareVersion() {
|
||||
return QString(VERSION);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user