Skip to content

Commit f8d7be0

Browse files
committed
Point the configure checkout at the bext release branch
Need to update HACKING, or even better make this smarter - once we tag a release, we want configure to pull the bext associated with the tag, not the RELEASE branch (which will update as we do new releases.)
1 parent fe0bbba commit f8d7be0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ changes made. See document footer for additional details.
1111

1212

1313
----------------------------------------------------------------------
14-
--- 2024-09-23 Release 7.40.2 ---
14+
--- 2024-09-24 Release 7.40.2 ---
1515
----------------------------------------------------------------------
1616

1717
* various manpage and help text updates - Josh Baker

misc/CMake/BRLCAD_EXT_Setup.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function(brlcad_ext_setup)
132132
if (NOT EXISTS ${BRLCAD_EXT_SOURCE_DIR})
133133
find_program(GIT_EXEC git REQUIRED)
134134
execute_process(
135-
COMMAND ${GIT_EXEC} clone -b RELEASE https://github.com/BRL-CAD/bext.git
135+
COMMAND ${GIT_EXEC} clone -b rel-7-40-2 https://github.com/BRL-CAD/bext.git
136136
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
137137
)
138138
set(BEXT_SRC_CLEANUP TRUE)

misc/debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ brlcad (7.40.2-0) unstable; urgency=low
22

33
* update brlcad version
44

5-
-- Cliff Yapp <[email protected]> Wed, 23 Sep 2024 03:50:28 UTC
5+
-- Cliff Yapp <[email protected]> Wed, 24 Sep 2024 03:50:28 UTC
66

77

88
brlcad (7.40.0-0) unstable; urgency=low

0 commit comments

Comments
 (0)