Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
v0.2.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed May 27, 2015
1 parent 78716eb commit 13ebcc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

##[Unreleased](https://github.com/erayd/libec/tree/dev)

##[v0.2.2-dev](https://github.com/erayd/libec/releases/tag/v0.2.2-dev)

###New Interfaces
* ec_ctx_remove()
* ec_ctx_anchor()
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
AC_PREREQ([2.68])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/libec/libec.c])
AC_INIT([libec], [0.2.1-dev], [[email protected]], [libec], [https://github.com/erayd/libec/])
AC_INIT([libec], [0.2.2-dev], [[email protected]], [libec], [https://github.com/erayd/libec/])
LT_INIT
AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit 13ebcc5

Please sign in to comment.