Creating new branch v13-branch
This commit is contained in:
parent
9d0f6fc995
commit
24c105531d
|
|
@ -10,7 +10,7 @@ AC_DEFUN([AX_ENABLE_SUFFIX],
|
|||
[Use/set the installation command suffix])],
|
||||
[true],[enable_suffix=no])
|
||||
if test X$enable_suffix = Xyes; then
|
||||
install_suffix='-dev'
|
||||
install_suffix='-13'
|
||||
elif test X$enable_suffix = Xno; then
|
||||
install_suffix=''
|
||||
else
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* This will be appended to the version. Use this to mark development
|
||||
* versions and the like.
|
||||
*/
|
||||
# define VERSION_EXTRA " (devel)"
|
||||
# define VERSION_EXTRA " (stable)"
|
||||
|
||||
# define VERSION_STRINGIFY(x) #x
|
||||
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra
|
||||
|
|
|
|||
Loading…
Reference in New Issue