summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.mk2
-rw-r--r--win/config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/version.mk b/version.mk
index 20f8eff..cd60d21 100644
--- a/version.mk
+++ b/version.mk
@@ -1,5 +1,5 @@
MAJOR := 0
MINOR := 75
-PATCHLVL := 0
+PATCHLVL := 1
VERSIONTAG :=
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
diff --git a/win/config.h b/win/config.h
index f28ef05..7914d99 100644
--- a/win/config.h
+++ b/win/config.h
@@ -9,9 +9,9 @@
#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 75
-#define LC_VERSION_PATCH 0
+#define LC_VERSION_PATCH 1
#define LC_VERSION_OSNAME "Windows"
-#define LC_VERSION_TEXT "0.75"
+#define LC_VERSION_TEXT "0.75.1"
#define LC_VERSION_TAG ""
#define LC_INSTALL_PREFIX "C:\\leocad"
#define LC_POINTER_TO_INT(p) ((lcint32)(p))