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:
drbob 2008-11-22 17:07:11 +00:00
parent 4610d1ddac
commit 83720439f0
8 changed files with 77 additions and 11 deletions

View file

@ -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

View file

@ -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"