~stolowski/nux/merge-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Marco Trevisan (Treviño)
  • Date: 2013-04-10 22:42:34 UTC
  • mto: This revision was merged to the branch mainline in revision 773.
  • Revision ID: mail@3v1n0.net-20130410224234-w8wwk658ftkw6g3e
configure.ac: increase ABI version

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
25
 
26
 
m4_define([nux_abi_version], [20130408.1])
 
26
m4_define([nux_abi_version], [20130411.0])
27
27
 
28
28
m4_define([nux_version],
29
29
          [nux_major_version.nux_minor_version.nux_micro_version])