Commit fd2cdbabbfac3e9473ab567731fc372c1398934c

Authored by knodlseder
1 parent 39befd1b

set version number to 0.2

configure
1 1 #! /bin/sh
2 2 # Guess values for system-dependent variables and create Makefiles.
3   -# Generated by GNU Autoconf 2.59 for GammaLib 0.1pre.
  3 +# Generated by GNU Autoconf 2.59 for GammaLib 0.2.
4 4 #
5 5 # Report bugs to <knodlseder@cesr.fr>.
6 6 #
... ... @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
423 423 # Identity of this package.
424 424 PACKAGE_NAME='GammaLib'
425 425 PACKAGE_TARNAME='gammalib'
426   -PACKAGE_VERSION='0.1pre'
427   -PACKAGE_STRING='GammaLib 0.1pre'
  426 +PACKAGE_VERSION='0.2'
  427 +PACKAGE_STRING='GammaLib 0.2'
428 428 PACKAGE_BUGREPORT='knodlseder@cesr.fr'
429 429  
430 430 ac_unique_file="src/Makefile.am"
... ... @@ -954,7 +954,7 @@ if test &quot;$ac_init_help&quot; = &quot;long&quot;; then
954 954 # Omit some internal or obsolete options to make the list less imposing.
955 955 # This message is too long to be a string in the A/UX 3.1 sh.
956 956 cat <<_ACEOF
957   -\`configure' configures GammaLib 0.1pre to adapt to many kinds of systems.
  957 +\`configure' configures GammaLib 0.2 to adapt to many kinds of systems.
958 958  
959 959 Usage: $0 [OPTION]... [VAR=VALUE]...
960 960  
... ... @@ -1020,7 +1020,7 @@ fi
1020 1020  
1021 1021 if test -n "$ac_init_help"; then
1022 1022 case $ac_init_help in
1023   - short | recursive ) echo "Configuration of GammaLib 0.1pre:";;
  1023 + short | recursive ) echo "Configuration of GammaLib 0.2:";;
1024 1024 esac
1025 1025 cat <<\_ACEOF
1026 1026  
... ... @@ -1161,7 +1161,7 @@ fi
1161 1161 test -n "$ac_init_help" && exit 0
1162 1162 if $ac_init_version; then
1163 1163 cat <<\_ACEOF
1164   -GammaLib configure 0.1pre
  1164 +GammaLib configure 0.2
1165 1165 generated by GNU Autoconf 2.59
1166 1166  
1167 1167 Copyright (C) 2003 Free Software Foundation, Inc.
... ... @@ -1175,7 +1175,7 @@ cat &gt;&amp;5 &lt;&lt;_ACEOF
1175 1175 This file contains any messages produced by compilers while
1176 1176 running configure, to aid debugging if configure makes a mistake.
1177 1177  
1178   -It was created by GammaLib $as_me 0.1pre, which was
  1178 +It was created by GammaLib $as_me 0.2, which was
1179 1179 generated by GNU Autoconf 2.59. Invocation command line was
1180 1180  
1181 1181 $ $0 $@
... ... @@ -1769,7 +1769,7 @@ fi
1769 1769  
1770 1770 # Define the identity of the package.
1771 1771 PACKAGE=gammalib
1772   - VERSION=0.1pre
  1772 + VERSION=0.2
1773 1773  
1774 1774  
1775 1775 cat >>confdefs.h <<_ACEOF
... ... @@ -19509,7 +19509,7 @@ _ASBOX
19509 19509 } >&5
19510 19510 cat >&5 <<_CSEOF
19511 19511  
19512   -This file was extended by GammaLib $as_me 0.1pre, which was
  19512 +This file was extended by GammaLib $as_me 0.2, which was
19513 19513 generated by GNU Autoconf 2.59. Invocation command line was
19514 19514  
19515 19515 CONFIG_FILES = $CONFIG_FILES
... ... @@ -19569,7 +19569,7 @@ _ACEOF
19569 19569  
19570 19570 cat >>$CONFIG_STATUS <<_ACEOF
19571 19571 ac_cs_version="\\
19572   -GammaLib config.status 0.1pre
  19572 +GammaLib config.status 0.2
19573 19573 configured by $0, generated by GNU Autoconf 2.59,
19574 19574 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
19575 19575  
... ...
configure.ac
1 1 dnl =============================================================
2 2 dnl Process this file with autoconf to produce a configure script
3 3 dnl =============================================================
4   -AC_INIT([GammaLib], [0.1pre], [knodlseder@cesr.fr])
  4 +AC_INIT([GammaLib], [0.2], [knodlseder@cesr.fr])
5 5 AC_CONFIG_SRCDIR(src/Makefile.am)
6 6  
7 7 AM_INIT_AUTOMAKE([gnu no-dependencies])
... ... @@ -38,6 +38,7 @@ dnl Library versioning (current:revision:age)
38 38 dnl See the libtool manual for an explanation
39 39 dnl
40 40 dnl gammalib-0.1 libgamma 0:0:0
  41 +dnl gammalib-0.2 libgamma 0:0:0
41 42 dnl =========================================
42 43 GAMMALIB_LT_VERSION="0:0:0"
43 44 AC_SUBST(GAMMALIB_LT_VERSION)
... ...
test/test_GFits.fits deleted
No preview for this file type