X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=b9fd2843b2022772266957f8c064687373703d5e;hb=HEAD;hp=eefe39e8fe02837373c99fc23d37dd2f7e1ba564;hpb=6cf4ee2a42f148a9ea8bec0544b88aec4313ac12;p=routeros-api.git diff --git a/configure.ac b/configure.ac index eefe39e..b9fd284 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librouteros, 1.0.0) +AC_INIT(librouteros, 1.1.2) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -15,9 +15,9 @@ AC_SUBST(LIBROUTEROS_MINOR) AC_SUBST(LIBROUTEROS_PATCH) # ABI version -LIBROUTEROS_CURRENT=0 -LIBROUTEROS_REVISION=0 -LIBROUTEROS_AGE=0 +LIBROUTEROS_CURRENT=2 +LIBROUTEROS_REVISION=2 +LIBROUTEROS_AGE=2 AC_SUBST(LIBROUTEROS_CURRENT) AC_SUBST(LIBROUTEROS_REVISION) AC_SUBST(LIBROUTEROS_AGE)