Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reupen committed Oct 1, 2017
1 parent 96278ab commit e3977da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions foo_dop/api.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
#include "stdafx.h"

dop::ipod_manager_control_t::version_data_t g_version = {0, 6, 9, 8};
// Fourth component of version no longer used
dop::ipod_manager_control_t::version_data_t g_version = {0, 7, 0, 0};

/** Declare some information about our component */
DECLARE_COMPONENT_VERSION_COPY("iPod manager",
pfc::string8()
<< g_version.m_major << "."
<< g_version.m_minor1 << "."
<< g_version.m_minor2 << "."
<< g_version.m_minor3
<< ""
<< g_version.m_minor2 << ""
,
"compiled: " __DATE__ "\n"
"written by musicmusic\n"
"Copyright (C) 2006-2011\n\n"
"Copyright (C) 2006-2017\n\n"
"zlib: Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler"
);

Expand Down

0 comments on commit e3977da

Please sign in to comment.