aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2024-01-01 20:48:09 +0100
committerSan Jacobs2024-01-01 20:48:09 +0100
commit5b3537db08f98372acdd3b5e22c42441132355c7 (patch)
treed9b80ca7ac7788d8551f91b127a4d9a525c712af
parent97d46c98a2bff07155f2c7d6cfb9e63b81d10c2d (diff)
downloadsatscalc-5b3537db08f98372acdd3b5e22c42441132355c7.tar.gz
satscalc-5b3537db08f98372acdd3b5e22c42441132355c7.tar.bz2
satscalc-5b3537db08f98372acdd3b5e22c42441132355c7.zip
Bumped version number to 0.2.1v0.2.1-alpha
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5c9912f..71d4200 100644
--- a/makefile
+++ b/makefile
@@ -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.