Skip to content

Commit

Permalink
v3.2.9!
Browse files Browse the repository at this point in the history
  • Loading branch information
vxlcoder committed Sep 15, 2022
1 parent 4109a87 commit 47f1788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ NAME = RetopoFlow
VERSION = "v3.2.9"

# NOTE: one of the following must be uncommented
RELEASE = "alpha"
# RELEASE = "alpha"
# RELEASE = "beta"
# RELEASE = "official"
RELEASE = "official"


ifeq ($(RELEASE), "official")
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"location": "View 3D > Header",
"blender": (2, 93, 0),
"version": (3, 2, 9),
"warning": "Alpha", # used for warning icon and text in addons panel
# "warning": "Alpha", # used for warning icon and text in addons panel
# "warning": "Beta",
# "warning": "Release Candidate 1",
# "warning": "Release Candidate 2",
Expand Down

0 comments on commit 47f1788

Please sign in to comment.