Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaqq committed May 21, 2015
1 parent b5e3634 commit 9e73f9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ if(LEOSAC_GPROF)
endif()

add_definitions(-DLEOSAC_VERSION_MAJOR=0)
add_definitions(-DLEOSAC_VERSION_MINOR=5)
add_definitions(-DLEOSAC_VERSION_PATCH=2)
add_definitions(-DLEOSAC_VERSION_MINOR=6)
add_definitions(-DLEOSAC_VERSION_PATCH=0)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${LEOSAC_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LEOSAC_BINARY_DIR})
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = doc
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS = NO
CREATE_SUBDIRS = YES

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
Expand Down
6 changes: 6 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
leosac (0.6.0-1) UNRELEASED; urgency=medium

* Master / Slave mode

-- <[email protected]> Fri, 06 Mar 2015 18:00:25 +0100

leosac (0.5.2-1) UNRELEASED; urgency=medium

* A few documentation patches
Expand Down

0 comments on commit 9e73f9a

Please sign in to comment.