Skip to content

Commit

Permalink
Version bump from 0.9 to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Jan 18, 2018
1 parent b79b1d7 commit c51f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oboe/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define OBOE_VERSION_MAJOR 0

// Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description.
#define OBOE_VERSION_MINOR 9
#define OBOE_VERSION_MINOR 10

// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
#define OBOE_VERSION_PATCH 0
Expand Down

4 comments on commit c51f2ef

@mnaganov
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should version that we put into CDep manifest from "build_all_android.sh" also be updated?

@philburk
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. it is going to be hard to keep those in sync. Maybe we could parse the VERSION info from "Version.h". There is probably some grep/sed voodoo that will do this quickly.

@dturner
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to remove the CDep stuff for now. The current source-only distribution method seems to be working quite well, and it avoids having to recompile and publish binaries for each architecture each time we make a change.

@dturner
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CDep and build script can be found here now: https://github.com/google/oboe/tree/cdep.

One other thing is that the README version history should also be updated with a brief description of the change: https://github.com/google/oboe/blob/cdep/README.md#version-history

Please sign in to comment.