~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

« back to all changes in this revision

Viewing changes to groupsock/include/groupsock_version.hh

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-06 12:12:58 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20120606121258-r8bbg2lxh1gt0k4j
Tags: 2012.05.17-1
* New upstream release.
* Retrieve up-to-date upstream changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef _GROUPSOCK_VERSION_HH
5
5
#define _GROUPSOCK_VERSION_HH
6
6
 
7
 
#define GROUPSOCK_LIBRARY_VERSION_STRING        "2012.05.03"
8
 
#define GROUPSOCK_LIBRARY_VERSION_INT           1336003200
 
7
#define GROUPSOCK_LIBRARY_VERSION_STRING        "2012.05.17"
 
8
#define GROUPSOCK_LIBRARY_VERSION_INT           1337212800
9
9
 
10
10
#endif