diff lwar/main.c @ 467:a6c9129e5948

Move version header into a common direction to better reflect what it is. The version header isn't really associated with lwlib itself since that is intended to be some generic type routines that can be used by other programs. It is, however, directly associated with lwtools. Thus, it should be related to lwtools itself rather than the more generic lwlib.
author William Astle <lost@l-w.ca>
date Thu, 01 Mar 2018 21:25:51 -0700
parents 96a05e89ab03
children
line wrap: on
line diff
--- a/lwar/main.c	Sat Feb 17 00:13:46 2018 -0700
+++ b/lwar/main.c	Thu Mar 01 21:25:51 2018 -0700
@@ -29,7 +29,7 @@
 #include <sys/stat.h>
 
 #include <lw_cmdline.h>
-#include <lw_version.h>
+#include <version.h>
 
 #include "lwar.h"