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

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