X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=e1053e1e960722027a57b1da2bf7d4e27dc7195e;hb=eaf833181d524686630c4a5504e16ab9cbcbbc2d;hp=d6ac15e96aebe9e29ac9e9486432ffca9f222764;hpb=1bb12495d211e0e2635fe3b9b7529edab1fdd31d;p=routeros-api.git diff --git a/configure.ac b/configure.ac index d6ac15e..e1053e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librouteros, 0.2.0) +AC_INIT(librouteros, 1.0.0) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -16,7 +16,7 @@ AC_SUBST(LIBROUTEROS_PATCH) # ABI version LIBROUTEROS_CURRENT=1 -LIBROUTEROS_REVISION=0 +LIBROUTEROS_REVISION=1 LIBROUTEROS_AGE=1 AC_SUBST(LIBROUTEROS_CURRENT) AC_SUBST(LIBROUTEROS_REVISION)