Skip to content

Commit

Permalink
updating major version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuramitsu committed Feb 8, 2013
1 parent b892be2 commit 400ed03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 2.6)

project(konoha)

set(VERSION_MAJOR "0")
set(VERSION_MINOR "3")
set(VERSION_MAJOR "3")
set(VERSION_MINOR "0")
set(VERSION_PATCH "0")

SET(CFLAGS "-Wsign-compare -Wformat")
Expand Down
6 changes: 3 additions & 3 deletions include/konoha/konoha.h
Expand Up @@ -38,9 +38,9 @@ extern "C" {
#define K_CLASSTABLE_INITSIZE 64
#define K_PAGESIZE 4096

#define K_VERSION "0.3"
#define K_MAJOR_VERSION 0
#define K_MINOR_VERSION 3
#define K_VERSION "3.0"
#define K_MAJOR_VERSION 3
#define K_MINOR_VERSION 0
#define K_PATCH_LEVEL 0

#include <konoha/stardate.h>
Expand Down

0 comments on commit 400ed03

Please sign in to comment.