Closed GoogleCodeExporter closed 8 years ago
I've got the 1.1 r518 stable version. The log doesn't even show the release
number, only "Peerblock 1.1"
Original comment by bmar...@gmail.com
on 18 Jul 2011 at 8:59
Cause that's how the version string is set up.
http://code.google.com/p/peerblock/source/browse/trunk/src/peerblock/versioninfo
.h
#ifdef PB_RELTYPE_STABLE
#define PB_BLDSTR "PeerBlock " STRINGIFY(PB_VER_MAJOR) "." STRINGIFY(PB_VER_MINOR)
#endif
As for the 32bit or 64bit build, it's useless since you can't use the 32bit
build on 64bit Windows and vice versa. Which means, the OS info is enough.
Original comment by XhmikosR
on 2 Aug 2011 at 11:21
Original issue reported on code.google.com by
ineedali...@gmail.com
on 18 Mar 2011 at 8:18