-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2005 Klever Group (http://www.klever.net/) +Copyright (c) 2005-2007 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.1" date="January 12th, 2007"> + <ni>OpenID simple registration extension implementation</ni> + <ni>OpenID extensions framework</ni> + <ni>Canonicalization bugfix</ni> + </version> <version version="0.0" date="July 25th, 2005"> <ni>Initial release</ni> </version> diff --git a/configure.ac b/configure.ac index 2ce5f71..4729e92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libopkele], [0.0], [libopkele-bugs@klever.net]) +AC_INIT([libopkele], [0.1], [libopkele-bugs@klever.net]) AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |