Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranberg committed Jun 16, 2014
1 parent d0eb7f4 commit 571d4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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( libplinkio )
cmake_minimum_required( VERSION 2.8.9 )

set( LIBPLINKIO_VERSION_MAJOR 0 )
set( LIBPLINKIO_VERSION_MINOR 1 )
set( LIBPLINKIO_VERSION_MINOR 3 )
set( LIBPLINKIO_VERSION_PATCH 0 )

set( CPACK_SOURCE_GENERATOR "TGZ" )
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([libplinkio], [0.2.4], [[email protected]])
AC_INIT([libplinkio], [0.3.0], [[email protected]])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_SRCDIR([src/fam.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 571d4e7

Please sign in to comment.