forked from Mirrors/freeswitch
12 lines
482 B
Makefile
12 lines
482 B
Makefile
###############################################################################
|
|
# 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
|