author | Michael Krelin <hacker@klever.net> | 2008-06-26 05:39:58 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-26 05:39:58 (UTC) |
commit | 3d1f9ea440ac6ba0e443627e85277f59eb240c0c (patch) (unidiff) | |
tree | 4ed1b7be025ad1bd9ea8cafa13bf03a606266cf4 | |
parent | 026a467b0e1db2d90ad1b4d0be6511c777da39e7 (diff) | |
download | libopkele-3d1f9ea440ac6ba0e443627e85277f59eb240c0c.zip libopkele-3d1f9ea440ac6ba0e443627e85277f59eb240c0c.tar.gz libopkele-3d1f9ea440ac6ba0e443627e85277f59eb240c0c.tar.bz2 |
bumped version to 2.0 in preparation for release
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a66e53d..3194718 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([libopkele], [1.1.99.0], [libopkele-bugs@klever.net]) | 1 | AC_INIT([libopkele], [2.0], [libopkele-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) | 2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) |
3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) | 3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) |
4 | AM_INIT_AUTOMAKE([dist-bzip2]) | 4 | AM_INIT_AUTOMAKE([dist-bzip2]) |
diff --git a/lib/Makefile.am b/lib/Makefile.am index 20d15b8..e76d7c0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -31,4 +31,4 @@ libopkele_la_SOURCES = \ | |||
31 | fields.cc message.cc \ | 31 | fields.cc message.cc \ |
32 | basic_op.cc verify_op.cc | 32 | basic_op.cc verify_op.cc |
33 | libopkele_la_LDFLAGS = \ | 33 | libopkele_la_LDFLAGS = \ |
34 | -version-info 2:0:0 | 34 | -version-info 3:0:0 |