Skip to content

Commit

Permalink
Bump version number to 0.3
Browse files Browse the repository at this point in the history
smaret committed Feb 28, 2011
1 parent 94637e1 commit 7223279
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@
# along with Astrochem. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(astrochem, 0.2, sebastien.maret@obs.ujf-grenoble.fr)
AM_INIT_AUTOMAKE(astrochem, 0.2)
AC_INIT(astrochem, 0.3, sebastien.maret@obs.ujf-grenoble.fr)
AM_INIT_AUTOMAKE(astrochem, 0.3)
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])

2 changes: 1 addition & 1 deletion doc/astrochem.1
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Astrochem. If not, see <http://www.gnu.org/licenses/>.
.\"
.Dd January 21, 2011
.Dd February 28, 2011
.Os
.Dt ASTROCHEM 1
.Sh NAME
4 changes: 2 additions & 2 deletions doc/astrochem.tex
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
\newcommand{\mnras}{MNRAS}
\newcommand{\bain}{Bull.~Astron.~Inst.~Netherlands}

\newcommand{\version}{0.2}
\newcommand{\updated}{January 21, 2011}
\newcommand{\version}{0.3}
\newcommand{\updated}{February 28, 2011}
\newcommand{\bugreport}{\url{sebastien.maret@obs.ujf-grenoble.fr}}

\newcommand{\conc}[1]{n(\mathrm{#1})}
2 changes: 1 addition & 1 deletion doc/chmconvert.1
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Astrochem. If not, see <http://www.gnu.org/licenses/>.
.\"
.Dd January 21, 2011
.Dd February 28, 2011
.Os
.Dt CHMCONVERT 1
.Sh NAME
2 changes: 1 addition & 1 deletion doc/plabun.1
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Astrochem. If not, see <http://www.gnu.org/licenses/>.
.\"
.Dd January 21, 2011
.Dd February 28, 2011
.Os
.Dt PLABUN 1
.Sh NAME
2 changes: 1 addition & 1 deletion doc/plroute.1
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Astrochem. If not, see <http://www.gnu.org/licenses/>.
.\"
.Dd January 21, 2011
.Dd February 28, 2011
.Os
.Dt PLROUTE 1
.Sh NAME
2 changes: 1 addition & 1 deletion src/chmconvert.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
import sys
import getopt

VERSION = "0.2"
VERSION = "0.3"

class reaction:
"""A chemical reaction."""
2 changes: 1 addition & 1 deletion src/plabun.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
import biggles
from numpy import *

VERSION = "0.2"
VERSION = "0.3"

def usage():

2 changes: 1 addition & 1 deletion src/plroute.py
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
import biggles
from numpy import *

VERSION = "0.2"
VERSION = "0.3"

def usage():
"""

0 comments on commit 7223279

Please sign in to comment.