~ubuntu-branches/ubuntu/trusty/luasocket/trusty

« back to all changes in this revision

Viewing changes to src/luasocket.h

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2007-12-27 02:03:37 UTC
  • mfrom: (3.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20071227020337-dch6u5sztqwj8l97
Tags: 2.0.2-3
* Renamed luasocket-doc.docs to liblua-socket-doc.docs so that
  documentation is ipart of the package (Closes: #457891)
* Added Vcs-Browser and removed XS-X- from Vcs-Svn
* Bumped Standards-Version to 3.7.3
* Placed -dev and -doc packages in the right sections
* Added documentation to every dpatch patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
* Diego Nehab
7
7
* 9/11/1999
8
8
*
9
 
* RCS ID: $Id: luasocket.h,v 1.24 2006/04/03 04:45:42 diego Exp $
 
9
* RCS ID: $Id: luasocket.h,v 1.25 2007/06/11 23:44:54 diego Exp $
10
10
\*=========================================================================*/
11
11
#include "lua.h"
12
12
 
13
13
/*-------------------------------------------------------------------------*\
14
14
* Current socket library version
15
15
\*-------------------------------------------------------------------------*/
16
 
#define LUASOCKET_VERSION    "LuaSocket 2.0.1"
17
 
#define LUASOCKET_COPYRIGHT  "Copyright (C) 2004-2006 Diego Nehab"
 
16
#define LUASOCKET_VERSION    "LuaSocket 2.0.2"
 
17
#define LUASOCKET_COPYRIGHT  "Copyright (C) 2004-2007 Diego Nehab"
18
18
#define LUASOCKET_AUTHORS    "Diego Nehab"
19
19
 
20
20
/*-------------------------------------------------------------------------*\