mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 05:42:19 -04:00
Updated version numbers to v0.4.11b.
Bugfixes for 'sleep' issues under windows. Extra debugging for transfer module. Fixed channel directory creation. (extra 'break' statement) Fixed very slow transfers on Windows platform (uninitialised variable) Ready for win/linux/osx release now. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4610d1ddac
commit
83720439f0
8 changed files with 77 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
; Define your application name
|
||||
!define APPNAME "RetroShare"
|
||||
!define VERSION "0.4.11a"
|
||||
!define VERSION "0.4.11b"
|
||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||
|
||||
; Main Install settings
|
||||
|
@ -163,7 +163,7 @@ Section $(sec_data) sec_data
|
|||
; We're not ready for external skins...
|
||||
; Set Section qss need to remove svn path
|
||||
SetOutPath "$INSTDIR\qss\"
|
||||
File /r qss\*.*
|
||||
File /r release\qss\*.*
|
||||
|
||||
; Set Section emoticons need to remove svn path
|
||||
; SetOutPath "$INSTDIR\emoticons\"
|
||||
|
@ -175,11 +175,11 @@ Section $(sec_data) sec_data
|
|||
|
||||
; Add emoticons
|
||||
SetOutPath "$INSTDIR\emoticons\kopete\"
|
||||
File /r emoticons\kopete\*.*
|
||||
File /r release\emoticons\kopete\*.*
|
||||
|
||||
; Add Chat Style
|
||||
SetOutPath "$INSTDIR\style\"
|
||||
File /r style\*.*
|
||||
File /r release\style\*.*
|
||||
|
||||
SectionEnd
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
//#define USE_SVN_VERSIONS 1
|
||||
|
||||
#define VERSION "0.4.11a"
|
||||
#define VERSION "0.4.11b"
|
||||
|
||||
#if USE_SVN_VERSIONS
|
||||
#include "svn_revision.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue