Skip to content

Commit

Permalink
Bump version to 1.1.2 and update ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Mar 29, 2010
1 parent 3d7896a commit dabd10b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-03-29, Version 1.1.2
* librouteros(3): Two memory leaks have been fixed in “ros_query” and
“ros_connect”.

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.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(librouteros, 1.1.1)
AC_INIT(librouteros, 1.1.2)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
Expand All @@ -16,7 +16,7 @@ AC_SUBST(LIBROUTEROS_PATCH)

# ABI version
LIBROUTEROS_CURRENT=2
LIBROUTEROS_REVISION=1
LIBROUTEROS_REVISION=2
LIBROUTEROS_AGE=2
AC_SUBST(LIBROUTEROS_CURRENT)
AC_SUBST(LIBROUTEROS_REVISION)
Expand Down

0 comments on commit dabd10b

Please sign in to comment.