Changeset 4623 for pymolproxy/branches/1.0
- Timestamp:
- Aug 19, 2014, 6:02:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pymolproxy/branches/1.0/pymolproxy.c
r4592 r4623 79 79 #include <pthread.h> 80 80 #include <md5.h> 81 82 #define PYMOLPROXY_VERSION "1.0.1" 81 83 82 84 #undef INLINE … … 2110 2112 DEBUG("Entering InitProxy\n"); 2111 2113 #endif 2112 /* Create t owpipes for communication with the external application. One2114 /* Create two pipes for communication with the external application. One 2113 2115 * each for the applications's: stdin and stdout. */ 2114 2116 … … 2443 2445 frecord = fopen(fileName, "w"); 2444 2446 } 2445 sprintf(version, "PymolProxy 1.0 (build %s)\n", SVN_VERSION);2447 sprintf(version, "PymolProxy %s (build %s)\n", PYMOLPROXY_VERSION, SVN_VERSION); 2446 2448 numBytes = strlen(version); 2447 2449 numWritten = write(CLIENT_WRITE, version, numBytes);
Note: See TracChangeset
for help on using the changeset viewer.