Skip to content

Commit

Permalink
Bumped version too 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zevv committed Jun 13, 2015
1 parent efd5153 commit e1181df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.3.1 (2015-06-13)
1.3.2 (2015-06-13)

- fix: rewind dir before drawing 'list' in CGI
- fix: fix clicking through CGI graph if tooltip is not enabled
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ duc_SOURCES += \
src/libduc-graph/graph-opengl.c \
src/libduc-graph/graph-svg.c \
src/libduc-graph/graph-html.c \
src/libduc-graph/graph-private.h \
src/libduc-graph/duc-graph.h

duc_SOURCES += \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

AC_PREREQ([2.13])

AC_INIT([duc], [1.3.1], [duc@zevv.nl])
AC_INIT([duc], [1.3.2], [duc@zevv.nl])

LIB_CURRENT=1
LIB_REVISION=0
Expand Down

0 comments on commit e1181df

Please sign in to comment.