1234567891011 |
- ###############################################################################
- # This is not only a make file inclusion, but a source file for the program
- # 'mkvers' in the Windows build system. The latter is very particular about
- # the format of this file. Do not change white space, add comment lines, or
- # anything!
- #
- #
- ###############################################################################
- XMLRPC_MAJOR_RELEASE = 1
- XMLRPC_MINOR_RELEASE = 26
- XMLRPC_POINT_RELEASE = 0
|