blob: b9a1ed5fd03dd7f3c3c711add31e1596225169a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
###############################################################################
# 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 = 16
XMLRPC_POINT_RELEASE = 29
|