Changeset 81
- Timestamp:
- 11/17/2007 1:41:37 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
EraserDll/FreeSpace.cpp (modified) (2 diffs)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/FreeSpace.cpp
r80 r81 466 466 if (!hasPrivileges(context)) 467 467 return false; 468 if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 469 return false; 468 470 469 471 bool bReturn = false; … … 498 500 { 499 501 if (!hasPrivileges(context)) 502 return false; 503 if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 500 504 return false; 501 505 -
trunk/version.h
r74 r81 5 5 #define BUILD_NUMBER_STRING "6" 6 6 #define VERSION_NUMBER_STRING "5.86" 7 #define FULL_VERSION_NUMBER_STRING "5.86-rc 1"7 #define FULL_VERSION_NUMBER_STRING "5.86-rc2" 8 8 9 9 #define SAFE_VERSION_NUMBER_STRING "586"
Note: See TracChangeset
for help on using the changeset viewer.
