Updating (c) year in about dialog.

This commit is contained in:
Sanel Zukan 2014-06-21 20:55:47 +00:00
parent a735fa7e84
commit cdccbe7ce6
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
*
* Eabout, display version and authors
* Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2008-2013 EDE Authors.
* Copyright (c) 2008-2014 EDE Authors.
*
* This program is licensed under terms of the
* GNU General Public License version 2 or newer.
@ -141,7 +141,7 @@ int main(int argc, char **argv) {
ede_label_box->labelfont(1);
ede_label_box->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE);
Fl_Box* ede_copy_box = new Fl_Box(70, 35, 300, 25, "Copyright (c) by EDE Authors 2000-2013");
Fl_Box* ede_copy_box = new Fl_Box(70, 35, 300, 25, "Copyright (c) by EDE Authors 2000-2014");
ede_copy_box->labelsize(11);
ede_copy_box->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE|FL_ALIGN_TOP);

View File

@ -2,7 +2,7 @@
# download fresh repository copy of ede and edelib and do whatever magic is needed
# to prepare release
RELEASE_VERSION="2.0"
RELEASE_VERSION="2.1"
############################################
@ -27,7 +27,7 @@ rm -Rf $release_dir
mkdir -p $release_dir
cd $release_dir
ede_svn_base="https://ede.svn.sourceforge.net/svnroot/ede"
ede_svn_base="https://svn.code.sf.net/p/ede/code"
ede_svn_trunk="$ede_svn_base/trunk"
ede_svn_tags="$ede_svn_base/tags"