diff options
author | San Jacobs | 2024-01-01 20:48:09 +0100 |
---|---|---|
committer | San Jacobs | 2024-01-01 20:48:09 +0100 |
commit | 5b3537db08f98372acdd3b5e22c42441132355c7 (patch) | |
tree | d9b80ca7ac7788d8551f91b127a4d9a525c712af | |
parent | 97d46c98a2bff07155f2c7d6cfb9e63b81d10c2d (diff) | |
download | satscalc-5b3537db08f98372acdd3b5e22c42441132355c7.tar.gz satscalc-5b3537db08f98372acdd3b5e22c42441132355c7.tar.bz2 satscalc-5b3537db08f98372acdd3b5e22c42441132355c7.zip |
Bumped version number to 0.2.1v0.2.1-alpha
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ CFLAGS=-g WINFLAGS=-g -gcodeview # Executable name stuff -V=v0.2.0-alpha +V=v0.2.1-alpha NAME=satscalc # LIBDIR is where you can find the linkable objects or whatever. They are used for the linking stage. |