Skip to content

Commit e151782

Browse files
committed
Brought version info in line.
1 parent 3d93fbb commit e151782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ set(PACKAGE "${NC4F_CTEST_PROJECT_NAME}" CACHE STRING "")
1717
#Project Version
1818
SET(NC4F_VERSION_MAJOR 4)
1919
SET(NC4F_VERSION_MINOR 5)
20-
SET(NC4F_VERSION_PATCH 4)
21-
SET(NC4F_VERSION_NOTE "-development")
20+
SET(NC4F_VERSION_PATCH 3)
21+
SET(NC4F_VERSION_NOTE "")
2222
SET(NC4F_VERSION ${NC4F_VERSION_MAJOR}.${NC4F_VERSION_MINOR}.${NC4F_VERSION_PATCH}${NC4F_VERSION_NOTE})
2323
SET(VERSION ${NC4F_VERSION})
2424
SET(NC4F_LIB_VERSION 7.0.0)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AC_PREREQ([2.59])
1010

1111
# Initialize with name, version, and support email address.
12-
AC_INIT([netCDF-Fortran], [4.5.4-development], [support-netcdf@unidata.ucar.edu])
12+
AC_INIT([netCDF-Fortran], [4.5.3], [support-netcdf@unidata.ucar.edu])
1313

1414
# Create the VERSION file, which contains the package version from
1515
# AC_INIT.

docs/Doxyfile.developer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = netcdf-fortran
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.5.3-Development
41+
PROJECT_NUMBER = 4.5.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)