Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Dec 14, 2023
1 parent c881c55 commit 93ab81c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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 = 0
PVXS_MAINTENANCE_VERSION = 1

# Version range conditions in Makefiles
#
Expand All @@ -12,7 +12,8 @@ PVXS_MAINTENANCE_VERSION = 0
#
# ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z
#
PVXS_1_3_0 = YES
PVXS_1_3_1 = YES
PVXS_1_3_0 = NO
PVXS_1_2_4 = NO
PVXS_1_2_3 = NO
PVXS_1_2_2 = NO
Expand Down
6 changes: 6 additions & 0 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release Notes
=============

1.3.1 (Dec 2023)
----------------

* Install pvxsIoc.dbd with the correct name in python build.
* No change to Makefile build.

1.3.0 (Dec 2023)
----------------

Expand Down

0 comments on commit 93ab81c

Please sign in to comment.