summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandroColomar <colomar.6.4.3@gmail.com>2019-01-14 19:19:09 +0100
committerAlejandroColomar <colomar.6.4.3@gmail.com>2019-01-14 19:19:09 +0100
commit5469492f0bdbd3d19eefdefec3885375cd06f08e (patch)
treec3cd82ec0aa59c5abbff51a4e4054ea5b4c03b27
parent066eb31e85b24d2c7da85a692f019038a2fa93cf (diff)
Stable 1.2
-rw-r--r--Makefile8
m---------stm32l4-modules0
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 57844d0..b4844a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
VERSION = 1
-PATCHLEVEL = .2
-SUBLEVEL =
-EXTRAVERSION = ~a1
+PATCHLEVEL = 2
+SUBLEVEL = 0
+EXTRAVERSION =
NAME = little-bird
export VERSION
@@ -72,7 +72,7 @@ export BUILD_VERBOSE
MAKEFLAGS += --no-print-directory
################################################################################
-PROGRAMVERSION = $(VERSION)$(if $(PATCHLEVEL),$(PATCHLEVEL)$(if $(SUBLEVEL),$(SUBLEVEL)))$(EXTRAVERSION)
+PROGRAMVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
export PROGRAMVERSION
################################################################################
diff --git a/stm32l4-modules b/stm32l4-modules
-Subproject 8711d3e26317fd381abc27c02d377a8389a27a4
+Subproject f6fd527ef0d59afdfc6dbcd226fd8b284384114