Skip to content
Snippets Groups Projects
Commit 67a9caa0 authored by legoc's avatar legoc
Browse files

edited new version and version

parent bf41bb45
Branches
Tags
No related merge requests found
......@@ -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([lstdataprocess128], [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
......@@ -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([lstdataprocess128], [1.0.0])
LIBRARY_VERSION=1:0:0
AM_INIT_AUTOMAKE([subdir-objects])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment