File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dnl information on the package
11
11
dnl ---------------------------
12
12
13
13
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
14
- AC_INIT ( [ sofia-sip] , [ 1.13.7 ] )
14
+ AC_INIT ( [ sofia-sip] , [ 1.13.8 ] )
15
15
16
16
CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
17
17
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
Original file line number Diff line number Diff line change
1
+ sofia-sip (1.13.8-1) unstable; urgency=medium
2
+
3
+ * New Release.
4
+
5
+ -- FreeSWITCH Solutions <packages@freeswitch.com> Wed, 25 May 2022 09:12:04 +0200
6
+
1
7
sofia-sip (1.13.7-1) unstable; urgency=medium
2
8
3
9
* New Release.
Original file line number Diff line number Diff line change 382
382
#define PACKAGE_NAME "sofia-sip"
383
383
384
384
/* Define to the full name and version of this package. */
385
- #define PACKAGE_STRING "sofia-sip 1.13.7work "
385
+ #define PACKAGE_STRING "sofia-sip 1.13.8work "
386
386
387
387
/* Define to the one symbol short name of this package. */
388
388
#define PACKAGE_TARNAME "sofia-sip"
389
389
390
390
/* Define to the version of this package. */
391
- #define PACKAGE_VERSION "1.13.7work "
391
+ #define PACKAGE_VERSION "1.13.8work "
392
392
393
393
/* Define as the return type of signal handlers (`int' or `void'). */
394
394
#define RETSIGTYPE void
408
408
#define TIME_WITH_SYS_TIME 1
409
409
410
410
/* Version number of package */
411
- #define VERSION "1.13.7work "
411
+ #define VERSION "1.13.8work "
412
412
413
413
/* Define to 1 if your processor stores words with the most significant byte
414
414
first (like Motorola and SPARC, unlike Intel and VAX). */
Original file line number Diff line number Diff line change 1
1
Name: sofia-sip
2
- Version: 1.13.7
2
+ Version: 1.13.8
3
3
Release: 1%{?dist }
4
4
Summary: Sofia SIP User-Agent library
5
5
You can’t perform that action at this time.
0 commit comments