~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to ETL/etl_profile.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-05-13 19:36:15 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130513193615-8z59omgg2twsvu2i
Tags: 0.04.16-1
* New upstream release [May 2013].
* Standards to 3.9.4.
* xz compression for source and binary packages.
* Minor debian/watch update.
* Updated my email address; bumped copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
/* #undef HAVE_WINDOWS_H */
93
93
 
94
94
/* Define to the address where bug reports for this package should be sent. */
95
 
#define ETL_BUGREPORT "http://sourceforge.net/tracker/?group_id=144022&atid=757416"
 
95
#define ETL_BUGREPORT "http://www.synfig.org/issues/thebuggenie/synfig"
96
96
 
97
97
/* Define to the full name of this package. */
98
98
#define ETL_NAME "Extended Template Library"
99
99
 
100
100
/* Define to the full name and version of this package. */
101
 
#define ETL_STRING "Extended Template Library 0.04.15"
 
101
#define ETL_STRING "Extended Template Library 0.04.16"
102
102
 
103
103
/* Define to the one symbol short name of this package. */
104
104
#define ETL_TARNAME "ETL"
107
107
#define ETL_URL ""
108
108
 
109
109
/* Define to the version of this package. */
110
 
#define ETL_VERSION "0.04.15"
 
110
#define ETL_VERSION "0.04.16"
111
111
 
112
112
/* Define to 1 if you have the ANSI C header files. */
113
113
#define STDC_HEADERS 1