version.mk 482 B

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