Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NicolasB
ParaView
Commits
b60e8bbb
Commit
b60e8bbb
authored
19 years ago
by
Amy Squillacote
Browse files
Options
Downloads
Patches
Plain Diff
ENH: updating version number to 2.4.2
parent
f0b38975
No related branches found
Branches containing commit
Tags
v2.4.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Utilities/Release/paraview_release.sh
+3
-3
3 additions, 3 deletions
Utilities/Release/paraview_release.sh
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
b60e8bbb
...
...
@@ -15,7 +15,7 @@ ENDIF(INSOURCE)
# ParaView version number. An even minor number corresponds to releases.
SET
(
PARAVIEW_VERSION_MAJOR 2
)
SET
(
PARAVIEW_VERSION_MINOR 4
)
SET
(
PARAVIEW_VERSION_PATCH
1
)
SET
(
PARAVIEW_VERSION_PATCH
2
)
SET
(
PARAVIEW_VERSION
"
${
PARAVIEW_VERSION_MAJOR
}
.
${
PARAVIEW_VERSION_MINOR
}
"
)
SET
(
PARAVIEW_VERSION_FULL
"
${
PARAVIEW_VERSION
}
.
${
PARAVIEW_VERSION_PATCH
}
"
)
SET
(
CMAKE_MODULE_PATH
${
ParaView_SOURCE_DIR
}
/CMake
)
...
...
This diff is collapsed.
Click to expand it.
Utilities/Release/paraview_release.sh
+
3
−
3
View file @
b60e8bbb
...
...
@@ -23,10 +23,10 @@
#
# Release version number.
TAG
=
"ParaView-2-4-
1
"
VERSION
=
"2.4.
1
"
TAG
=
"ParaView-2-4-
2
"
VERSION
=
"2.4.
2
"
PARAVIEW_VERSION
=
"2.4"
RELEASE
=
"
1
"
RELEASE
=
"
2
"
# Project configuration.
PROJECT
=
"paraview"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment