Update NEWS

This commit is contained in:
2016-04-03 04:06:56 +02:00
parent e97c60245c
commit 6f85490fa3
2 changed files with 10 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
# Version
set (project_version "0.9.3")
set (project_version "0.9.3.1")
# Try to append commit ID if it follows a version tag. It might be nicer if
# we could also detect dirty worktrees but that's very hard to get right.