Skip to content

Commit

Permalink
Prepare 1.7.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 24, 2014
1 parent 101245a commit 2d45436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PROJECT(libnfc C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "7")
SET(VERSION_PATCH "0")
SET(VERSION_PATCH "1")

SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TBD - 1.7.0.99~rc1
Feb 24, 2014 - 1.7.1
------------------

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General init

# /!\ Don't forget to update 'CMakeLists.txt' too /!\
AC_INIT([libnfc],[1.7.0],[[email protected]])
AC_INIT([libnfc],[1.7.1],[[email protected]])

AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit 2d45436

Please sign in to comment.