Skip to content

Commit

Permalink
update configure and NEWS file.
Browse files Browse the repository at this point in the history
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3543 c6295689-39f2-0310-b995-f0e70906c6a9
  • Loading branch information
aj committed Jul 30, 2008
1 parent 973bf9a commit 59dc6f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Expand Up @@ -6,6 +6,12 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/ChangeLog.

New in 0.11.5; 2008-07-30; Andreas Jellinghaus
* configure system improved by Alon Bar-Lev.
* The windows build system was rewritten from scatch by Alon Bar-Lev.
The new build system uses mingw for building packages.
* RuToken now supported

New in 0.11.4; 2007-09-10; Andreas Jellinghaus
* Drop AC_LIB_LINKFLAGS for libltdl and aclocal/lib* files.
* New configure option to disable building nsplugin.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.60)

define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
define([PACKAGE_VERSION_FIX], [4])
define([PACKAGE_VERSION_FIX], [5])

AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn])
AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit 59dc6f5

Please sign in to comment.