1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Bump versions.

This commit is contained in:
Simon Josefsson 2009-05-11 10:10:16 +00:00
parent 02503a212f
commit 018bca89d9
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,5 +1,7 @@
pam_yubico NEWS -- History of user-visible changes. -*- outline -*-
* Version 2.3 (unreleased)
* Version 2.2 (released 2009-05-11)
** Added new PAM configuration variable "key" for base64 client key.

View File

@ -26,7 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([pam_yubico], [2.2], [simon@yubico.com])
AC_INIT([pam_yubico], [2.3], [simon@yubico.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])