commit | c3baf46b6957c3806455285b236c1ce70c479e62 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Mon Nov 16 12:40:24 2020 -0500 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Mon Nov 16 12:40:24 2020 -0500 |
tree | e60ff6998673fd6c52eab3ffaa9f2133b63442cd | |
parent | 94513d439f76501eacb39701f6e98f3b4f07dcdf [diff] [blame] |
Changed the Makefile.in file so that it sets the "version" value in the Magic techfile to the result of "git describe --long", so that instead of updating the techfile version whenever I think about changing the revision value in the Makefile, it updates automatically.
diff --git a/VERSION b/VERSION index 7b8d6b7..7f2b140 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.65 +1.0.66