author | Michael Krelin <hacker@klever.net> | 2007-08-09 12:19:14 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-08-09 12:19:14 (UTC) |
commit | 5c41d9c975fc80495eebb0ac2cf062bf20c62d86 (patch) (side-by-side diff) | |
tree | b8bd1250253860b32778dd31051971c0a2920b29 /lib | |
parent | ccabea66fe29ae41458d47d7004d28e225caf41a (diff) | |
download | libopkele-0.3.zip libopkele-0.3.tar.gz libopkele-0.3.tar.bz2 |
libopkele: prepared 0.3 release0.3
- bumped package version
- bumped library version
- sumarized news
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f57b6da..a68faf6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,9 +19,9 @@ libopkele_la_SOURCES = \ secret.cc \ data.cc \ consumer.cc \ exception.cc \ extension.cc \ sreg.cc \ extension_chain.cc libopkele_la_LDFLAGS = \ - -version-info 1:0:0 + -version-info 2:0:0 |