Git Product home page Git Product logo

Comments (2)

mrchypark avatar mrchypark commented on August 22, 2024 1

아 넵넵 이 부분이 맞습니다. :)

from kiwi.

bab2min avatar bab2min commented on August 22, 2024

@mrchypark
안녕하세요~ 현재 배포된 버전에는 다음과 같이 0.11.0으로 되어 있습니다!

#pragma once
#define KIWI_STR_HELPER(x) #x
#define KIWI_STR(x) KIWI_STR_HELPER(x)
#define KIWI_VERSION_MAJOR 0
#define KIWI_VERSION_MINOR 11
#define KIWI_VERSION_PATCH 0
#define KIWI_VERSION_STRING KIWI_STR(KIWI_VERSION_MAJOR) "." KIWI_STR(KIWI_VERSION_MINOR) "." KIWI_STR(KIWI_VERSION_PATCH)

오늘 점심 중에 최종적으로 0.11.0으로 bump up되었는데, 혹시 그 이전의 소스코드를 보고 계신지 확인 부탁드려요~


아 확인해보니, 파일 헤더 쪽 정보 업데이트가 누락된게 일부 있네요.

* @version 0.10.0

혹시 위 부분을 지적해주신거라면, 수정하도록 하겠습니다!

from kiwi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.