Skip to content

Commit 5b2cb45

Browse files
authored
Merge pull request #404 from esheldon/cfitsio-4.4.1-20240617
move to cfitsio-4.4.1-20240617, bump to version 1.2.4
2 parents 90c286c + 66a1217 commit 5b2cb45

File tree

162 files changed

+46
-258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+46
-258
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include *.txt
22
include README.md
3-
recursive-include cfitsio-4.4.0 *
3+
recursive-include cfitsio-4.4.1-20240617 *
44
recursive-include patches *
55
recursive-include fitsio/test_images *
66
recursive-include zlib *

cfitsio-4.4.0/licenses/NASA_Open_Source_Agreement_1.3.txt

Lines changed: 0 additions & 249 deletions
This file was deleted.

cfitsio-4.4.1-20240617/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*~
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PROJECT(CFITSIO
2222
# Define project version
2323
SET(${PROJECT_NAME}_MAJOR 4)
2424
SET(${PROJECT_NAME}_MINOR 4)
25-
SET(${PROJECT_NAME}_MICRO 0)
25+
SET(${PROJECT_NAME}_MICRO 1)
2626
SET(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_MICRO})
2727
SET(LIB_NAME cfitsio)
2828

0 commit comments

Comments
 (0)