Skip to content

Commit 2c9f7e3

Browse files
committed
promote version 2.13.2 as stable
1 parent a8a254c commit 2c9f7e3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

version.h.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#define SWS_VERSION 2,13,2,0
2-
#define SWS_VERSION_STR "2, 13, 2, 0\0"
3-
#define SWS_VERSION_TYPE SWS_VERSION_UNSTABLE
1+
#define SWS_VERSION 2,13,2,1
2+
#define SWS_VERSION_STR "2, 13, 2, 1\0"
3+
#define SWS_VERSION_TYPE SWS_VERSION_STABLE
44
#define SWS_VERSION_STABLE "Featured"
55
#define SWS_VERSION_UNSTABLE "Pre-release"
66
#define GIT_COMMIT "@GIT_COMMIT@"

whatsnew.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!v2.13.2.1 featured build (February 8, 2024)
2+
3+
No user-facing changes. This brands 2.13.2 as "stable".
4+
15
!v2.13.2 pre-release build (January 16, 2023)
26

37
Actions:
@@ -29,7 +33,7 @@ Misc:
2933
+Fix left post-fx dual pan envelopes being detected as pre-fx (issue 1641)
3034
+Limit toolbars auto refresh to when a watched action's toggle state changes (post https://forum.cockos.com/showthread.php?p=2629385|2629385|)
3135
+Support REAPER 6.73+devXXXX floating-point vertical zooming (issue 1717)
32-
+Update TagLib to version 1.13
36+
+Update TagLib to version https://github.com/taglib/taglib/releases/tag/v1.13|v1.13|
3337

3438
Notes:
3539
+Enable text editing shortcuts in the text field on macOS and Windows (issue 1721)

0 commit comments

Comments
 (0)