Changeset 6873455
- Timestamp:
- Jul 5, 2003, 12:41:04 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 675ce49
- Parents:
- a352335c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
ra352335c r6873455 1 1 $Id$ 2 3 2.0.8-pre-1 4 Improved intro doc 2 5 3 6 2.0.7 -
commands.c
ra352335c r6873455 998 998 } 999 999 1000 /* we'll be pedantic here, just in case this command gets another name1001 * (or is aliased) start after the first space on the line1002 */1003 1000 ptr=strchr(buff, ' '); 1004 1001 if (!ptr) { … … 1022 1019 } 1023 1020 1024 /* we'll be pedantic here, just in case this command gets another name1025 * (or is aliased) start after the first space on the line1026 */1027 1021 ptr=strchr(buff, ' '); 1028 1022 if (!ptr) { -
owl.h
ra352335c r6873455 21 21 static const char owl_h_fileIdent[] = "$Id$"; 22 22 23 #define OWL_VERSION 2.0. 724 #define OWL_VERSION_STRING "2.0. 7"23 #define OWL_VERSION 2.0.8-pre-1 24 #define OWL_VERSION_STRING "2.0.8-pre-1" 25 25 26 26 #define OWL_DEBUG 0
Note: See TracChangeset
for help on using the changeset viewer.