Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
67a9caa0
Commit
67a9caa0
authored
Mar 14, 2016
by
legoc
Browse files
edited new version and version
parent
bf41bb45
Changes
2
Show whitespace changes
Inline
Side-by-side
NEW VERSION
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
configure.ac
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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment