Commit 2cafbf68 authored by A. Hahn's avatar A. Hahn

posix-udp: fix conflicts

parents d78c101d 83381073
dnl Set these variables before each release: dnl Set these variables before each release:
m4_define(MAJOR,2) dnl Increment if removed/changed public symbols since previous release m4_define(MAJOR,2) dnl Increment if removed/changed public symbols since previous release
m4_define(MINOR,1) dnl Increment if added public symbols; reset to 0 if MAJOR changed m4_define(MINOR,1) dnl Increment if added public symbols; reset to 0 if MAJOR changed
m4_define(REVISION,1) dnl Increment on each release; reset to 0 if MAJOR/MINOR changed m4_define(REVISION,2) dnl Increment on each release; reset to 0 if MAJOR/MINOR changed
m4_define(SONAME,5) dnl Whenever MAJOR is incremented, add MINOR+1 to this variable m4_define(SONAME,5) dnl Whenever MAJOR is incremented, add MINOR+1 to this variable
AC_PREREQ(2.63) AC_PREREQ(2.63)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment