Skip to content

Commit

Permalink
Update to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 22, 2014
1 parent 4466a5c commit 3e1ff23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
m4_define([maj_ver], [0])
m4_define([med_ver], [5])
m4_define([min_ver], [0])
m4_define([so_version], [2:0:0])
m4_define([min_ver], [1])
m4_define([so_version], [2:0:1])
m4_define([ucl_version], [maj_ver.med_ver.min_ver])

AC_INIT([libucl],[ucl_version],[https://github.com/vstakhov/libucl],[libucl])
Expand Down

0 comments on commit 3e1ff23

Please sign in to comment.