~cypheon/elfelli

37c0dcc320a620ebbac406d1fb15d1b59034164e — Johann Rudloff 17 years ago 7abb7bf 0.3
Bumped version number to 0.3 .
1 files changed, 2 insertions(+), 2 deletions(-)

M src/Application.cpp
M src/Application.cpp => src/Application.cpp +2 -2
@@ 34,7 34,7 @@ namespace Elfelli
{

const std::string Application::appname("Elfelli");
const std::string Application::version("0.2");
const std::string Application::version("0.3");
const std::string Application::datadir(DATADIR);

namespace Stock


@@ 266,7 266,7 @@ void Application::on_about_activate()
  dlg.set_name(appname);
  dlg.set_version(version);
  dlg.set_authors(std::vector<std::string>(1, "Johann Rudloff"));
  dlg.set_copyright("Copyright \xC2\xA9 2006 Johann Rudloff");
  dlg.set_copyright("Copyright \xC2\xA9 2006-2007 Johann Rudloff");
  dlg.set_license(license_text);
  dlg.set_logo(Gdk::Pixbuf::create_from_file(find_datafile("elfelli-logo.svg")));