Skip to content

Commit

Permalink
(packaging) Update version number to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylo Ginsberg committed Nov 30, 2015
1 parent 1aa380a commit 3ac31e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2.2)

set(LIBFACTER_VERSION_MAJOR 3)
set(LIBFACTER_VERSION_MINOR 1)
set(LIBFACTER_VERSION_PATCH 3)
set(LIBFACTER_VERSION_PATCH 4)

# Get the HEAD SHA1 commit message
get_commit_string(LIBFACTER_COMMIT)
Expand Down
2 changes: 1 addition & 1 deletion lib/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = facter
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.1.2
PROJECT_NUMBER = 3.1.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 3ac31e2

Please sign in to comment.