Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Nif Plugin
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Grant Kim
Max Nif Plugin
Commits
a2c60fef
Commit
a2c60fef
authored
13 years ago
by
Amorilia
Browse files
Options
Downloads
Patches
Plain Diff
Update version.
parent
9f9c02cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NifCommon/NifVersion.h
+6
-6
6 additions, 6 deletions
NifCommon/NifVersion.h
makezip.sh
+11
-1
11 additions, 1 deletion
makezip.sh
with
17 additions
and
7 deletions
NifCommon/NifVersion.h
+
6
−
6
View file @
a2c60fef
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
// Define the major, minor, build, patch version numbers
// Define the major, minor, build, patch version numbers
//
//
#define VERSION_MAJOR_INT 3
#define VERSION_MAJOR_INT 3
#define VERSION_MINOR_INT
5
#define VERSION_MINOR_INT
6
#define VERSION_BUILD_INT
5
#define VERSION_BUILD_INT
0
#ifndef NIFTOOLS_REVISION_INT
#ifndef NIFTOOLS_REVISION_INT
#define VERSION_PATCH_INT 0
#define VERSION_PATCH_INT 0
...
@@ -27,16 +27,16 @@
...
@@ -27,16 +27,16 @@
#ifndef VERSION_STRING
#ifndef VERSION_STRING
#ifndef NIFTOOLS_REVISION
#ifndef NIFTOOLS_REVISION
#define VERSION_STRING "3,
5
,
5
, 0"
#define VERSION_STRING "3,
6
,
0
, 0"
#else
#else
#define VERSION_STRING "3,
5
,
5
, " NIFTOOLS_REVISION
#define VERSION_STRING "3,
6
,
0
, " NIFTOOLS_REVISION
#endif
#endif
#endif
#endif
//#define DEF_VERSION_STRING(a,b,c,d) "##a, ##b , ##c , ##d"
//#define DEF_VERSION_STRING(a,b,c,d) "##a, ##b , ##c , ##d"
//#define VERSION_STRING DEF_VERSION_STRING(a,b,c,d)
//#define VERSION_STRING DEF_VERSION_STRING(a,b,c,d)
#define COPYRIGHTYEARINT 20
09
#define COPYRIGHTYEARINT 20
11
#define COPYRIGHTYEAR "20
09
"
#define COPYRIGHTYEAR "20
11
"
#endif
#endif
This diff is collapsed.
Click to expand it.
makezip.sh
+
11
−
1
View file @
a2c60fef
...
@@ -2,5 +2,15 @@
...
@@ -2,5 +2,15 @@
# quick script to create zip file containing all sources
# quick script to create zip file containing all sources
# uses https://github.com/amorilia/git-archive-all
# uses https://github.com/amorilia/git-archive-all
VERSION
=
"3.6.0"
wcrev
=
`
git log
-1
--pretty
=
format:%h
`
if
[
"
$1
"
==
""
]
then
extversion
=
${
VERSION
}
.
${
wcrev
}
else
extversion
=
${
VERSION
}
-
$1
.
${
wcrev
}
fi
git clean
-xfd
git clean
-xfd
git-archive-all max_nif_plugin-
`
git log
-1
--pretty
=
format:%h
`
.zip
--prefix
max_nif_plugin/
-v
git-archive-all max_nif_plugin-
${
extversion
}
.zip
--prefix
max_nif_plugin/
-v
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