~brandontschaefer/nux/input-method-memory-leak-fix

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: CI bot
  • Author(s): Stephen M. Webb
  • Date: 2014-03-11 18:21:51 UTC
  • mfrom: (839.2.1 nux-bump-abi)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311182151-8jz7qcw0dp2kkk9e
Tags: 4.0.6
bump the ABI to 20140307 and the project version to 4.0.6 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
16
16
m4_define([nux_major_version], [4])
17
17
m4_define([nux_minor_version], [0])
18
 
m4_define([nux_micro_version], [5])
 
18
m4_define([nux_micro_version], [6])
19
19
 
20
20
m4_define([nux_api_version], [4.0])
21
21
# Increase the number (to the current date) everytime you propose a branch that breaks the API or ABI
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], [20131203.0])
 
26
m4_define([nux_abi_version], [20140307.0])
27
27
m4_define([nux_version],
28
28
          [nux_major_version.nux_minor_version.nux_micro_version])
29
29