Skip to content

Commit 85281d1

Browse files
Merge pull request #91 from subrange/bump-version-0.3-wip
Bump version to 0.3-WIP / 0.3git after 0.2 release
2 parents 22a20fa + d6748c1 commit 85281d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/ceramic.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ inline long double ceramic_cimag(const ceramic_cldouble &c) { return c.imag(); }
145145

146146
#endif
147147

148-
#define CERAMIC_LANGUAGE_VERSION "0.2-WIP"
149-
#define CERAMIC_COMPILER_VERSION "0.2git"
148+
#define CERAMIC_LANGUAGE_VERSION "0.3-WIP"
149+
#define CERAMIC_COMPILER_VERSION "0.3git"
150150

151151
namespace ceramic {
152152
//

0 commit comments

Comments
 (0)