~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to uim/uim.h

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2009-03-01 12:57:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090301125700-0ykjdq0zgj55e3n3
Tags: 1:1.5.5-1
New upstream release and final upload by current maintainter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
  Copyright (c) 2003-2008 uim Project http://code.google.com/p/uim/
 
3
  Copyright (c) 2003-2009 uim Project http://code.google.com/p/uim/
4
4
 
5
5
  All rights reserved.
6
6
 
43
43
 
44
44
#define UIM_VERSION_MAJOR      (1)
45
45
#define UIM_VERSION_MINOR      (5)
46
 
#define UIM_VERSION_PATCHLEVEL (3)
 
46
#define UIM_VERSION_PATCHLEVEL (5)
47
47
#define UIM_VERSION_REQUIRE(major, minor, patchlevel)                        \
48
48
  ((major) < UIM_VERSION_MAJOR                                               \
49
49
   || ((major) == UIM_VERSION_MAJOR && (minor) < UIM_VERSION_MINOR)          \