Skip to content

Commit

Permalink
Updated version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofg55 committed Jan 20, 2017
1 parent 6c1d95f commit e6f7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

set(OAML_VERSION_MAJOR 1)
set(OAML_VERSION_MINOR 1)
set(OAML_VERSION_MINOR 2)
set(OAML_VERSION ${OAML_VERSION_MAJOR}.${OAML_VERSION_MINOR})

if (${CMAKE_MAJOR_VERSION} LESS 3)
Expand Down

7 comments on commit e6f7228

@Andrettin
Copy link
Contributor

Choose a reason for hiding this comment

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

Cool :) Congratulations on the new release!

@marcelofg55
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks! :)

@KroArtem
Copy link

Choose a reason for hiding this comment

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

@Andrettin, don't forget to update your referenced version in Wyrmgus to the current one, I wish it would magically fix crash in sound code.

@Andrettin
Copy link
Contributor

Choose a reason for hiding this comment

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

The Wyrmgus submodule should be taking the latest OAML commit AFAIK. Or do you mean something else?

@KroArtem
Copy link

Choose a reason for hiding this comment

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

@Andrettin
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a heads up, Marcelo, it looks like release 1.2 is not tagged as the latest release; 1.1 shows up as that to me, and 1.2 right below it.

@KroArtem
Copy link

Choose a reason for hiding this comment

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

@marcelofg55 also version number isn't changed in VS files.

Please sign in to comment.