Skip to content

Commit c1edb92

Browse files
committed
Marking version 0.3 as released
1 parent f33740e commit c1edb92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SET( install_targets )
3333
# library version
3434
#
3535
SET(CSERIAL_VERSION_MAJOR 0)
36-
SET(CSERIAL_VERSION_MINOR 2)
36+
SET(CSERIAL_VERSION_MINOR 3)
3737
SET(CSERIAL_VERSION_PATCH 0)
3838
SET(CSERIAL_VERSION_STRING ${CSERIAL_VERSION_MAJOR}.${CSERIAL_VERSION_MINOR}.${CSERIAL_VERSION_PATCH})
3939

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
cserial (0.3) UNRELEASED; urgency=medium
1+
cserial (0.3) unstable; urgency=medium
22

33
* Bumped version after release
44

5-
-- robert <robert@robert-macbook> Sun, 04 Dec 2016 16:43:08 -0500
5+
-- robert <robert@debian> Sat, 29 Jan 2022 12:28:54 -0500
66

77
cserial (0.2) unstable; urgency=medium
88

0 commit comments

Comments
 (0)