]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/base/version.c
ncurses 6.1 - patch 20200118
[ncurses.git] / ncurses / base / version.c
index 6e7a9870d3b6415f9faf9f7ddbdd07db3b2065b2..ef83967d46b3a2950f757bb1cd415fc3a876f099 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1999-2000,2004 Free Software Foundation, Inc.              *
+ * Copyright (c) 1999-2004,2005 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
 
 #include <curses.priv.h>
 
-MODULE_ID("$Id: version.c,v 1.5 2004/01/10 21:18:17 tom Exp $")
+MODULE_ID("$Id: version.c,v 1.6 2005/01/02 01:23:54 tom Exp $")
 
 NCURSES_EXPORT(const char *)
 curses_version(void)
 {
     T((T_CALLED("curses_version()")));
-    returnPtr("ncurses " NCURSES_VERSION_STRING);
+    returnCPtr("ncurses " NCURSES_VERSION_STRING);
 }