~yuningdodo/nux/xim-preedit

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Thomi Richards
  • Date: 2012-04-10 20:20:40 UTC
  • mfrom: (609.1.2 fix-layeredlayout-leak)
  • Revision ID: tarmac-20120410202040-pyywnbexe4p3w4im
Fixed a memory leak in LayeredLayout.. Fixes: . Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# The number format is : year/month/day
23
23
# e.g.: december 5th, 2011 is: 20111205
24
24
# To make more than one API change in a day, add a number to the date. Like 20111205.xx
25
 
m4_define([nux_abi_version], [20120316.01])
 
25
m4_define([nux_abi_version], [20120411.01])
26
26
 
27
27
m4_define([nux_version],
28
28
          [nux_major_version.nux_minor_version.nux_micro_version])