~ubuntu-branches/ubuntu/oneiric/toonloop/oneiric

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2011-05-03 10:30:43 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110503103043-4kwpbs1a9o2d7wu0
Tags: 2.0.6-1ubuntu1
* Merge toonloop (2.0.6-1) from Debian unstable (LP: #775588).
* Remaining changes:
  - debian/patches/fix-depend.patch: replace libclutter-gst-0.10-dev with
    libclutter-gst-dev
  - debian/rules: add CPPFLAGS to build correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#define PACKAGE_NAME "TOONLOOP"
85
85
 
86
86
/* Define to the full name and version of this package. */
87
 
#define PACKAGE_STRING "TOONLOOP 2.0.0"
 
87
#define PACKAGE_STRING "TOONLOOP 2.0.6"
88
88
 
89
89
/* Define to the one symbol short name of this package. */
90
90
#define PACKAGE_TARNAME "toonloop"
93
93
#define PACKAGE_URL "http://www.toonloop.com"
94
94
 
95
95
/* Define to the version of this package. */
96
 
#define PACKAGE_VERSION "2.0.0"
 
96
#define PACKAGE_VERSION "2.0.6"
97
97
 
98
98
/* Define to 1 if you have the ANSI C header files. */
99
99
#define STDC_HEADERS 1
100
100
 
101
101
/* Version number of package */
102
 
#define VERSION "2.0.0"
 
102
#define VERSION "2.0.6"
103
103
 
104
104
/* Define to empty if `const' does not conform to ANSI C. */
105
105
/* #undef const */