release.cpp 760 Bytes
Newer Older
1
2
////////////////////////////////////////////////////////////////////////////////
//
Francois Gygi's avatar
Francois Gygi committed
3
4
5
6
// Copyright (c) 2008 The Regents of the University of California
//
// This file is part of Qbox
//
Francois Gygi's avatar
Francois Gygi committed
7
8
// Qbox is distributed under the terms of the GNU General Public License
// as published by the Free Software Foundation, either version 2 of
Francois Gygi's avatar
Francois Gygi committed
9
10
11
12
13
14
// the License, or (at your option) any later version.
// See the file COPYING in the root directory of this distribution
// or <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////
//
15
// release.cpp
16
17
18
19
20
21
//
////////////////////////////////////////////////////////////////////////////////

#include "release.h"
std::string release(void)
{
Francois Gygi's avatar
Francois Gygi committed
22
  return std::string("rel1_73_2");
23
}