Bumped to version 1.3.0 for release.
authorrich <rich>
Thu, 21 Oct 2004 11:53:51 +0000 (11:53 +0000)
committerrich <rich>
Thu, 21 Oct 2004 11:53:51 +0000 (11:53 +0000)
Updated MANIFEST.

MANIFEST
Makefile.config
debian/changelog
scripts/cocanwiki_version.ml.in [deleted file]

index c7a56ad..c0d6eee 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -47,7 +47,7 @@ html/_static/markup.html
 html/robots.txt
 scripts/.cvsignore
 scripts/.depend
-scripts/00-TEMPLATE.ml
+scripts/00-TEMPLATE.ml.
 scripts/Makefile
 scripts/admin/.cvsignore
 scripts/admin/admin.ml
@@ -63,28 +63,6 @@ scripts/admin/host.ml
 scripts/broken_links.ml
 scripts/change_password.ml
 scripts/change_password_form.ml
-scripts/cocanwiki.ml
-scripts/cocanwiki_create_host.ml
-scripts/cocanwiki_create_host.mli
-scripts/cocanwiki_date.ml
-scripts/cocanwiki_diff.ml
-scripts/cocanwiki_emailnotify.ml
-scripts/cocanwiki_ext_calendar.ml
-scripts/cocanwiki_files.ml
-scripts/cocanwiki_images.ml
-scripts/cocanwiki_images.mli
-scripts/cocanwiki_links.ml
-scripts/cocanwiki_links.mli
-scripts/cocanwiki_mail.ml
-scripts/cocanwiki_mail.mli
-scripts/cocanwiki_ok.ml
-scripts/cocanwiki_pages.ml
-scripts/cocanwiki_pages.mli
-scripts/cocanwiki_server_settings.ml
-scripts/cocanwiki_strings.ml
-scripts/cocanwiki_template.ml
-scripts/cocanwiki_template.mli
-scripts/cocanwiki_version.ml.in
 scripts/contact.ml
 scripts/contact_show.ml
 scripts/contacts.ml
@@ -131,11 +109,37 @@ scripts/invite_user_confirm.ml
 scripts/invite_user_confirm_form.ml
 scripts/invite_user_form.ml
 scripts/largest_pages.ml
+scripts/lib/.cvsignore
+scripts/lib/cocanwiki.ml
+scripts/lib/cocanwiki_create_host.ml
+scripts/lib/cocanwiki_create_host.mli
+scripts/lib/cocanwiki_date.ml
+scripts/lib/cocanwiki_diff.ml
+scripts/lib/cocanwiki_emailnotify.ml
+scripts/lib/cocanwiki_ext_calendar.ml
+scripts/lib/cocanwiki_files.ml
+scripts/lib/cocanwiki_images.ml
+scripts/lib/cocanwiki_images.mli
+scripts/lib/cocanwiki_links.ml
+scripts/lib/cocanwiki_links.mli
+scripts/lib/cocanwiki_mail.ml
+scripts/lib/cocanwiki_mail.mli
+scripts/lib/cocanwiki_ok.ml
+scripts/lib/cocanwiki_pages.ml
+scripts/lib/cocanwiki_pages.mli
+scripts/lib/cocanwiki_server_settings.ml
+scripts/lib/cocanwiki_strings.ml
+scripts/lib/cocanwiki_template.ml
+scripts/lib/cocanwiki_template.mli
+scripts/lib/cocanwiki_version.ml.in
+scripts/lib/wikilib.ml
+scripts/lib/wikilib.mli
 scripts/login.ml
 scripts/login_form.ml
 scripts/logout.ml
 scripts/mail_import.ml
 scripts/mail_import_form.ml
+scripts/mail_rebuild.ml
 scripts/mailing_list_confirm.ml
 scripts/mailing_list_form.ml
 scripts/mailing_list_send.ml
@@ -172,10 +176,8 @@ scripts/upload_file_form.ml
 scripts/upload_image.ml
 scripts/upload_image_form.ml
 scripts/users.ml
-scripts/visualise_links.ml
+scripts/visualise_links.ml.
 scripts/what_links_here.ml
-scripts/wikilib.ml
-scripts/wikilib.mli
 templates/00-TEMPLATE.html
 templates/admin/admin.html
 templates/admin/create_host_form.html
index b2a865a..79015ce 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.config,v 1.9 2004/10/17 17:30:18 rich Exp $
+# $Id: Makefile.config,v 1.10 2004/10/21 11:53:51 rich Exp $
 
 PACKAGE := cocanwiki
-VERSION := 1.2.3
+VERSION := 1.3.0
 
 # Normally ignored.  However, if you are installing centrally (using
 # 'make pkg-install'), then the components are installed in the
index 4d3cd13..8300151 100644 (file)
@@ -1,4 +1,4 @@
-cocanwiki (1.2.3-3) unstable; urgency=low
+cocanwiki (1.3.0-1) unstable; urgency=low
 
   * Initial Release.
 
diff --git a/scripts/cocanwiki_version.ml.in b/scripts/cocanwiki_version.ml.in
deleted file mode 100644 (file)
index c0197ea..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#define xstr(s) str(s)
-#define str(s) #s
-let package = xstr(PACKAGE)
-let version = xstr(VERSION)