Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'emf/downloads/extras-cdo.php')
-rw-r--r--emf/downloads/extras-cdo.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/emf/downloads/extras-cdo.php b/emf/downloads/extras-cdo.php
new file mode 100644
index 00000000..bc38d656
--- /dev/null
+++ b/emf/downloads/extras-cdo.php
@@ -0,0 +1,14 @@
+<?php
+
+// archives releases
+$oldrels = array(
+ "1.0.3" => "200811030639",
+ "1.0.2" => "200810161605",
+ "1.0.1" => "200810131635",
+ "1.0.0" => "200806241000",
+ "0.7.2" => "200610271316",
+ "0.7.1" => "200610021452",
+ "0.7.0" => "200609251359",
+);
+
+?> \ No newline at end of file

Back to the top