Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Apr 23, 2014
1 parent e9981bd commit b27fe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

m4_define([maj_version], [1])
m4_define([min_version], [2])
m4_define([min_version], [4])
m4_define([api_current], [18])
m4_define([api_revision], [0])
m4_define([api_compatibility], [17])
Expand Down

0 comments on commit b27fe3f

Please sign in to comment.