updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 4 Jul 2001 15:32:08 +0000 (15:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 4 Jul 2001 15:32:08 +0000 (15:32 +0000)
lib/silcclient/silcapi.h
prepare

index 9fa67c98ff2e242424ad23c37a1fa5ee8e001f5e..5f60e182e800aa6b7d685445008c0c5109a4ceb1 100644 (file)
@@ -332,7 +332,8 @@ typedef struct {
  * SYNOPSIS
  *
  *    SilcClient silc_client_alloc(SilcClientOperations *ops, 
- *                                 void *application);
+ *                                 void *application,
+ *                                 const char *silc_version);
  *
  * DESCRIPTION
  *
diff --git a/prepare b/prepare
index c44c3cc6a2d72edbb56b55e6773f2f97bc52fd58..8c13e001544e2982f9c59e239039317b909ab475 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -38,7 +38,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.3.1                     # Base version
+SILC_VERSION=0.4                       # Base version
 
 
 #############################################################################