ARTS  1.0.222
version.cc
Go to the documentation of this file.
1 /* Copyright (C) 2000, 2001 Stefan Buehler <sbuehler@uni-bremen.de>
2  Patrick Eriksson <patrick@rss.chalmers.se>
3 
4  This program is free software; you can redistribute it and/or modify it
5  under the terms of the GNU General Public License as published by the
6  Free Software Foundation; either version 2, or (at your option) any
7  later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17  USA. */
18 
25 #include "arts.h"
26 #include "mystring.h"
27 
28 // You now have to set the full version number (including subversion)
29 // in file configure.in in the top-level ARTS directory. Don't forget
30 // to run `autogen.sh' after editing configure.in!
31 
32 String full_name = static_cast<String>(PACKAGE)
33  + "-" + VERSION;
34 
full_name
String full_name
The ARTS running version number.
Definition: version.cc:32
my_basic_string< char >
mystring.h
This file contains the definition of String, the ARTS string class.
arts.h
The global header file for ARTS.