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

« back to all changes in this revision

Viewing changes to MSVC_Net2005/giomm/giommconfig.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:
11
11
#define GIOMM_MAJOR_VERSION 2
12
12
 
13
13
/* Micro version number of giomm. */
14
 
#define GIOMM_MICRO_VERSION 5
 
14
#define GIOMM_MICRO_VERSION 1
15
15
 
16
16
/* Minor version number of giomm. */
17
 
#define GIOMM_MINOR_VERSION 21
 
17
#define GIOMM_MINOR_VERSION 22
18
18
 
19
19
/* Define if giomm is built as a static library */
20
20
/* #undef GIOMM_STATIC_LIB */