diff --git a/src/cpp.c b/src/cpp.c
index 82c3668f30e0208f295d8fffa410e616e17760ac..b7bcc2543e85d3f0b747eb29a50f133ca67841f6 100644
--- a/src/cpp.c
+++ b/src/cpp.c
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: cpp.c,v 1.82 2001/02/06 19:11:48 grubba Exp $
+ * $Id: cpp.c,v 1.83 2001/02/08 23:53:29 grubba Exp $
  */
 #include "global.h"
 #include "stralloc.h"
@@ -1351,7 +1351,7 @@ void f_cpp(INT32 args)
   do_magic_define(&this,"__TIME__",insert_current_time_as_string);
   do_magic_define(&this,"__VERSION__",insert_current_version);
   do_magic_define(&this,"__MAJOR__",insert_current_major);
-  do_magic_define(&this,"__MINOR__",insert_current_major);
+  do_magic_define(&this,"__MINOR__",insert_current_minor);
 
   {
     struct define* def=alloc_empty_define(make_shared_string("__dumpdef"),0);