~ubuntu-branches/ubuntu/trusty/atk1.0/trusty

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-02-07 15:19:46 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20130207151946-akqbbt5e1os4u7am
Tags: 2.7.5-0ubuntu1
* New upstream release
  - build: Use GNOME_COMPILE_WARNINGS
  - atkhyperlink: Ensure we get even deprecated prototypes
  - Bug 651343: add ATK_ROLE_LEVEL_BAR
  - Prepare Visual Studio 2010 projects for Visual Studio 2012
  - Updated Uyghur translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
#define PACKAGE_NAME "atk"
83
83
 
84
84
/* Define to the full name and version of this package. */
85
 
#define PACKAGE_STRING "atk 2.7.4"
 
85
#define PACKAGE_STRING "atk 2.7.5"
86
86
 
87
87
/* Define to the one symbol short name of this package. */
88
88
#define PACKAGE_TARNAME "atk"
91
91
#define PACKAGE_URL "http://www.gtk.org/"
92
92
 
93
93
/* Define to the version of this package. */
94
 
#define PACKAGE_VERSION "2.7.4"
 
94
#define PACKAGE_VERSION "2.7.5"
95
95
 
96
96
/* Define to 1 if you have the ANSI C header files. */
97
97
#define STDC_HEADERS 1
98
98
 
99
99
/* Version number of package */
100
 
#define VERSION "2.7.4"
 
100
#define VERSION "2.7.5"