Changeset 16


Ignore:
Timestamp:
Feb 14, 2009 10:35:04 PM (15 years ago)
Author:
hammonds
Message:

Code cleanup and modify version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • caPython/ca.i

    r7 r16  
    4343/* so that SWIG interprets chtype correctly */
    4444typedef long chtype;
    45 typedef float dbr_float_t;
    4645
    4746%typemap(in) void *EVENTFUNC {
     
    255254void version()
    256255{
    257     printf("caPython: version v00-03-01\n");
     256    printf("caPython: version v00-03-03\n");
    258257    printf("Supports EPICS R3.12 CA Client API\n");
    259258    printf("%s\n", ca_version());
Note: See TracChangeset for help on using the changeset viewer.