summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b942ef..b723d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-* 0.3 (??.??.????)
+* 0.3 (03.06.2010)
- Added autogen.sh.
- Added libsha1.pc.
diff --git a/configure.ac b/configure.ac
index 824ccf6..c034847 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
-AC_INIT(libsha1, 0.2.99, libsha1@dottedmag.net)
+AC_INIT(libsha1, 0.3, libsha1@dottedmag.net)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sha1.c])