Changeset 115
- Timestamp:
- 10/10/07 11:41:58 (1 year ago)
- Files:
-
- branches/RB-0.9/wp-infocard/pw-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RB-0.9/wp-infocard/pw-config.php
r109 r115 7 7 define ('PW_SHOW_BINARY', FALSE); 8 8 define ('PW_PLUGINPATH', '/wp-content/plugins/wp-infocard'); 9 define ('PW_VERSION', ' b3');10 define ('PW_VERSION_DATE', ' 29Sep07');9 define ('PW_VERSION', 'v0.9'); 10 define ('PW_VERSION_DATE', '10/10/07'); 11 11 define ('PW_USECAPTCHAS', false ); 12 12 define ('PW_DEBUG_ON', get_settings('pw_debug_on'));
