changelog: Describe v0.4, closes 1 bug
[dragbox/debian.git] / Dragbox / version.py
blobeaa4fc41a17d788b07df050b3155b526f179f172
1 # Copyright (C) 2006 Ulrik Sverdrup
3 # dragbox -- Commandline drag-and-drop tool for GNOME
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
18 # USA
20 # Global constants file
21 # Dragbox/version.py. Generated from version.py.in by configure.
23 package_name ="dragbox"
24 prefix = "/usr/local"
25 data_dir = "/usr/local/share"
26 glade_directory = "/usr/local/share/dragbox"
27 version = "0.4.0"
28 pref_id = "/apps/dragbox/"
29 debug_enabled = "no"
30 git_version = "bbb96c9ce3e61417b8bdd58913a88b2eef6cfab5"
31 git_date = "Fri, 25 Apr 2008 14:21:04 +0200"
33 copyright_info = """(C) 2006--2008, Ulrik Sverdrup
34 dragbox is free software; it is distributed under
35 the terms of the GNU General Public License."""