~ubuntu-branches/ubuntu/karmic/glibmm2.4/karmic

« back to all changes in this revision

Viewing changes to MSVC_Net2008/glibmm/glibmmconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 11:12:24 UTC
  • mfrom: (1.2.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922111224-p1r8bxw835x23l07
Tags: 2.22.1-0ubuntu1
* New upstream release (LP: #434371)
  - Fix KeyFile build with exceptions disabled
  - Re-enable input file line markers in gmmproc
  - Fix broken test for empty _WRAP_METHOD argument
  - Allow the C documentation to be overridden
  - Slightly clean up gross Perl code in gmmproc.in
  - Correctly quote the extracted comment for M4
  - Enable verbose output of autoreconf
  - Do not complain about missing docs_override.xml
  - Support Automake silent rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
#define GLIBMM_MEMBER_FUNCTIONS_MEMBER_TEMPLATES 1
84
84
 
85
85
/* Micro version number of glibmm. */
86
 
#define GLIBMM_MICRO_VERSION 5
 
86
#define GLIBMM_MICRO_VERSION 1
87
87
 
88
88
/* Minor version number of glibmm. */
89
 
#define GLIBMM_MINOR_VERSION 21
 
89
#define GLIBMM_MINOR_VERSION 22
90
90
 
91
91
/* Defined when the --enable-api-properties configure argument was given */
92
92
#define GLIBMM_PROPERTIES_ENABLED 1