Changeset 4772

Bumped the version.

Committed by:  mm_202
Date:  May 27 2008 * 00:49 (7 months ago)

Affected files:

callweaver/branches/rel/1.2/ChangeLog (unified diff)

r4771r4772
11 Release 1.2.0.1 (2008-05-26)
22 * sqlite3-embedded build issue fixed.
33 * Calls with peers using RTP payload type 2 for G.726 codec will silently fail and flood the log with rtp.c NOTICEs [#344]
4
4 * A few minor bug fixes as well.
55
66 Release 1.2.0 (2008-05-22)
77 * Lots and lots of bug fixes.

callweaver/branches/rel/1.2/configure.ac (unified diff)

r4771r4772
2222
2323
2424 AC_PREREQ(2.59)
25 AC_INIT(CallWeaver,1.2,callweaver-dev@callweaver.org)
26 AM_INIT_AUTOMAKE(CallWeaver,1.2)
25 AC_INIT(CallWeaver,1.2.0.1,callweaver-dev@callweaver.org)
26 AM_INIT_AUTOMAKE(CallWeaver,1.2.0.1)
2727
2828 dnl define GNU Source to make sure every compiler and tool
2929 dnl knows that we use GNU compliant macros etc