~mordred/ubuntu/maverick/drizzle/prerelease

« back to all changes in this revision

Viewing changes to drizzled/plugin/version.h

  • Committer: Monty Taylor
  • Date: 2010-09-26 16:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1383.
  • Revision ID: mordred@inaugust.com-20100926160902-r30v5hegk16cjk22
Tags: upstream-2010.09.1794
ImportĀ upstreamĀ versionĀ 2010.09.1794

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_PLUGIN_VERSION_H
22
22
 
23
23
/* Machine comsumable version of the server which was built against. */
24
 
#define DRIZZLE_VERSION_ID 2010091764
 
24
#define DRIZZLE_VERSION_ID 2010091794
25
25
 
26
26
/* A release comment about the branch that was built */
27
 
#define DRIZZLE_RELEASE_COMMENT "trunk"
 
27
#define DRIZZLE_RELEASE_COMMENT "drizzle"
28
28
 
29
29
#endif /* DRIZZLED_PLUGIN_VERSION_H */
30
30