~ubuntu-branches/ubuntu/raring/tolua++/raring

« back to all changes in this revision

Viewing changes to include/tolua++.h

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-07-21 16:13:54 UTC
  • Revision ID: james.westby@ubuntu.com-20090721161354-a5t2nwtxm7f5j6hj
Tags: 1.0.93+repack-0ubuntu1
* Initial release (LP: #401634):
  - remove debian subdirectory from upstream tarball,
    recompress it as .tar.gz and reversion as +repack.
  - patch upstream version number to 1.0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define TOLUA_API extern
21
21
#endif
22
22
 
23
 
#define TOLUA_VERSION "tolua++-1.0.92"
 
23
#define TOLUA_VERSION "tolua++-1.0.93"
24
24
 
25
25
#ifdef __cplusplus
26
26
extern "C" {