aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2024-01-02 12:03:38 +0100
committerSan Jacobs2024-01-02 12:03:38 +0100
commit9ea60340f84951c950b51bcf30ed0930f1db5c3a (patch)
tree93c848dc10e781574d571bc6e25d1f401157d96e
parent0a51fac9f3a60ecfa647ad7aeb179c310dca3606 (diff)
downloadsatscalc-9ea60340f84951c950b51bcf30ed0930f1db5c3a.tar.gz
satscalc-9ea60340f84951c950b51bcf30ed0930f1db5c3a.tar.bz2
satscalc-9ea60340f84951c950b51bcf30ed0930f1db5c3a.zip
Bumped version number to 0.3.0v0.3.0-alpha
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 71d4200..5b57415 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ CFLAGS=-g
WINFLAGS=-g -gcodeview
# Executable name stuff
-V=v0.2.1-alpha
+V=v0.3.0-alpha
NAME=satscalc
# LIBDIR is where you can find the linkable objects or whatever. They are used for the linking stage.