~ubuntu-branches/ubuntu/wily/sip4/wily-proposed

« back to all changes in this revision

Viewing changes to sipgen/sip.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman, Dmitry Shachnev, Scott Kitterman
  • Date: 2015-07-19 12:17:06 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150719121706-9optmryjgk7scu7k
Tags: 4.16.9+dfsg-1
[ Dmitry Shachnev ]
* More minor simplifications to sipconfig wrappers.

[ Scott Kitterman ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/*
28
28
 * Define the SIP version number.
29
29
 */
30
 
#define SIP_VERSION         0x041008
31
 
#define SIP_VERSION_STR     "4.16.8"
 
30
#define SIP_VERSION         0x041009
 
31
#define SIP_VERSION_STR     "4.16.9"
32
32
 
33
33
 
34
34
#ifdef TRUE