Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lst-data-process-128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lst
lst-data-process-128
Commits
67a9caa0
Commit
67a9caa0
authored
9 years ago
by
legoc
Browse files
Options
Downloads
Patches
Plain Diff
edited new version and version
parent
bf41bb45
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEW VERSION
+2
-4
2 additions, 4 deletions
NEW VERSION
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
4 additions
and
6 deletions
NEW VERSION
+
2
−
4
View file @
67a9caa0
...
...
@@ -2,9 +2,7 @@ Follow the next steps to generate a new source package for GNU automake release:
- change the version number in the configure.ac file in the build directory:
example with version number 1.2.3
AC_INIT([lstdataprocess], [1.2.3])
AC_INIT([lstdataprocess
128
], [1.2.3])
LIBRARY_VERSION=1:2:3
- run the package.sh script in the scripts directory:
example with version number 1.2.3 and output directory destdir
./package.sh 1.2.3 destdir
\ No newline at end of file
- go the build directory and type 'make dist' that generates lstdataprocess128-1.2.3.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
67a9caa0
...
...
@@ -2,8 +2,8 @@
# This configure.ac script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
AC_INIT([lstdataprocess], [1.
2.1
])
LIBRARY_VERSION=1:
2:1
AC_INIT([lstdataprocess
128
], [1.
0.0
])
LIBRARY_VERSION=1:
0:0
AM_INIT_AUTOMAKE([subdir-objects])
...
...
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