Megatest

Diff
Login

Differences From Artifact [f92dc46346]:

To Artifact [1b7155b24b]:


14
15
16
17
18
19
20
21

22




23


14
15
16
17
18
19
20

21
22
23
24
25
26
27
28
29







-
+

+
+
+
+

+
+
;; 
;;     You should have received a copy of the GNU General Public License
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;; Always use two or four digit decimal
;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00..

;; (declare (unit megatest-version))
(declare (unit megatest-version))

(module mtver *

(import scheme chicken.module)

(define megatest-version 1.6584)

)