Skip to content

Commit

Permalink
Release 1.3.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 2, 2024
1 parent 1ca7600 commit 766ddca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions configure/CONFIG_PVXS_VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PVXS_MAJOR_VERSION = 1
PVXS_MINOR_VERSION = 3
PVXS_MAINTENANCE_VERSION = 1
PVXS_MAINTENANCE_VERSION = 2

# Version range conditions in Makefiles
#
Expand All @@ -12,7 +12,8 @@ PVXS_MAINTENANCE_VERSION = 1
#
# ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z
#
PVXS_1_3_1 = YES
PVXS_1_3_2 = YES
PVXS_1_3_1 = NO
PVXS_1_3_0 = NO
PVXS_1_2_4 = NO
PVXS_1_2_3 = NO
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def define_DSOS(self):


pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
#pvxs_ver += 'a1'
pvxs_ver += 'a1'

with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
long_description = F.read()
Expand Down

0 comments on commit 766ddca

Please sign in to comment.