+2010-01-04, Version 1.1.1
+ * ros_system_resource: Report bytes rather than KiBibytes. The CPU
+ frequency is reported in Hertz rather than Megahertz.
+
2009-12-25, Version 1.1.0
* ros_system_resource: Added high-level interface for
“/system/resource/print”.
-AC_INIT(librouteros, 1.1.0)
+AC_INIT(librouteros, 1.1.1)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
# ABI version
LIBROUTEROS_CURRENT=2
-LIBROUTEROS_REVISION=0
+LIBROUTEROS_REVISION=1
LIBROUTEROS_AGE=2
AC_SUBST(LIBROUTEROS_CURRENT)
AC_SUBST(LIBROUTEROS_REVISION)